We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cfbaee commit 2940257Copy full SHA for 2940257
docs/pages/index.mdx
@@ -9,8 +9,7 @@ showOutline: 2
9
showSidebar: true
10
---
11
12
-import { Footer } from '../components/Footer'
13
-import { Demo } from '../components/Demo'
+import { Footer } from '../components/footer.tsx'
14
15
import { HomePage } from'vocs/components'
16
@@ -34,5 +33,4 @@ import { HomePage } from'vocs/components'
34
33
</HomePage.Buttons>
35
</HomePage.Root>
36
37
-{/* <Demo /> */}
38
<Footer />
0 commit comments