amical/apps/www/content/docs/test.mdx
Naomi Chopra 19764a4de0
feat(www): init www (#2)
* feat(www): init www

* fix(www): rename package to @amical/www
2025-05-09 17:18:08 +05:30

17 lines
287 B
Text

---
title: Components
description: Components
---
## Code Block
```js
console.log('Hello World');
```
## Cards
<Cards>
<Card title="Learn more about Next.js" href="https://nextjs.org/docs" />
<Card title="Learn more about Fumadocs" href="https://fumadocs.vercel.app" />
</Cards>