Skip to content

Commit

Permalink
Update index.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
iRedScarf authored Oct 5, 2023
1 parent 6413e6b commit 3b8e401
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
import Layout from '../layouts/Layout.astro'
import Header from '../components/Header.astro'
import Footer from '../components/Footer.astro'
import Generator from '../components/Generator'
import '../message.css'
import 'katex/dist/katex.min.css'
Expand All @@ -11,6 +12,7 @@ import 'highlight.js/styles/atom-one-dark.css'
<main >
<Header />
<Generator client:load />
<Footer />
</main>
</Layout>

Expand Down

0 comments on commit 3b8e401

Please sign in to comment.