summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorseth <[email protected]>2024-04-17 06:39:36 -0400
committerseth <[email protected]>2024-04-17 06:40:44 -0400
commitc836cda3d534de6e59ef54ef29fb615202b889cf (patch)
treec17c09b04ad24fd7414c96c3d09a70c94221df44 /src
parent4cb5e4629406b6d262c61e5d40864a8d9a7695b7 (diff)
eslint -> biome
Diffstat (limited to 'src')
-rw-r--r--src/layouts/Index.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layouts/Index.astro b/src/layouts/Index.astro
index cd7be22..e4b3d50 100644
--- a/src/layouts/Index.astro
+++ b/src/layouts/Index.astro
@@ -1,7 +1,7 @@
---
+import gifs from "@assets/gifs";
import Base from "@layouts/Base.astro";
import Picture from "astro/components/Picture.astro";
-import gifs from "@assets/gifs";
const { title, description } = Astro.props.frontmatter;
---