diff options
| author | seth <[email protected]> | 2024-04-17 06:39:36 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-04-17 06:40:44 -0400 |
| commit | c836cda3d534de6e59ef54ef29fb615202b889cf (patch) | |
| tree | c17c09b04ad24fd7414c96c3d09a70c94221df44 /src/layouts/Index.astro | |
| parent | 4cb5e4629406b6d262c61e5d40864a8d9a7695b7 (diff) | |
eslint -> biome
Diffstat (limited to 'src/layouts/Index.astro')
| -rw-r--r-- | src/layouts/Index.astro | 2 |
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; --- |
