Skip to content

Commit

Permalink
fix unused import in layout.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
maddymakesgames authored and maddymakesgames committed Sep 10, 2024
1 parent b2684f0 commit 059a16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { CustomHead } from "./customHead";
import { BackgroundImage, Grid, Title, createStyles } from "@mantine/core";
import { BackgroundImage, Grid, createStyles } from "@mantine/core";
import { Header } from "./header";
import { Navbar } from "./navbar/navbar";
import { Footer } from "./footer";
Expand Down

0 comments on commit 059a16d

Please sign in to comment.