chore(docs): remove deprecated test documentation file
Some checks failed
Lint / lint (push) Failing after 4m56s

This commit is contained in:
Mathis HERRIOT
2026-01-05 14:16:00 +01:00
parent 2389d2c2c6
commit ac5cb96f97

View File

@@ -1,17 +0,0 @@
---
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.dev" />
</Cards>