Skip to content

Commit

Permalink
style: fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
keksiqc committed Oct 21, 2024
1 parent eca7ffd commit 97d358d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
import { WaveBackground } from '@/components/WaveBackground'
import '@fontsource/geist-sans'
import '@fontsource/geist-mono'
import { WaveBackground } from '@/components/WaveBackground'
interface Props {
title: string
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
import { ButtonContainer } from '@/components/ButtonContainer'
import { Footer } from '@/components/Footer'
import { ModeToggle } from '@/components/ModeToggle'
import { UserContainer } from '@/components/UserContainer'
import { Footer } from '@/components/Footer'
import config from '../config'
import Layout from '../layouts/Layout.astro'
Expand Down

0 comments on commit 97d358d

Please sign in to comment.