Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina committed Oct 8, 2023
1 parent a6838c7 commit c737822
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion website/src/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
title: Home
---

export { IndexPage as default } from '../components/index-page'
import { IndexPage } from '../components/index-page'

{/* todo: check why previous export statement didn't work */}

<IndexPage />

0 comments on commit c737822

Please sign in to comment.