Skip to content

Commit d9cc7f7

Browse files
committed
Update imports
1 parent 9aa9728 commit d9cc7f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/layouts/Main.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
import Obfuscated from "@/components/Obfuscated.astro";
3+
import Layout from "@/layouts/Layout.astro";
34
import { AppWindow, Gamepad2, LayoutGrid, Menu, Settings2 } from "lucide-astro";
4-
import Layout from "./Layout.astro";
55
66
const navLinks = [
77
{ href: "/games", text: "Games", Icon: Gamepad2 },

src/pages/settings.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2+
import ArrowButton from "@/components/ArrowButton.astro";
23
import Dropdown from "@/components/Dropdown.astro";
34
import SettingsCard from "@/components/SettingsCard.astro";
45
import Layout from "@/layouts/Main.astro";
56
import { ExternalLink, EyeOff, Info, Search, Settings2, Siren, SwatchBook } from "lucide-astro";
6-
import ArrowButton from "../components/ArrowButton.astro";
77
---
88

99
<Layout>

0 commit comments

Comments
 (0)