Skip to content

Commit

Permalink
ci: try to fix failing docs build in gh action (worked on my machine...)
Browse files Browse the repository at this point in the history
  • Loading branch information
MultifokalHirn committed Feb 2, 2024
1 parent 2cfbaee commit 2940257
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ showOutline: 2
showSidebar: true
---

import { Footer } from '../components/Footer'
import { Demo } from '../components/Demo'
import { Footer } from '../components/footer.tsx'

import { HomePage } from'vocs/components'

Expand All @@ -34,5 +33,4 @@ import { HomePage } from'vocs/components'
</HomePage.Buttons>
</HomePage.Root>

{/* <Demo /> */}
<Footer />

0 comments on commit 2940257

Please sign in to comment.