Skip to content

Commit

Permalink
removed box element to fix npm run build
Browse files Browse the repository at this point in the history
  • Loading branch information
MayurSChittaragi committed Oct 7, 2023
1 parent 8f2f310 commit 0876a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/NavBar.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable @next/next/no-html-link-for-pages */
import { AppShell, Box, Header, Image, Menu } from "@mantine/core";
import { AppShell, Header, Image, Menu } from "@mantine/core";
import Marquee from "react-fast-marquee";

import Link from "next/link";
Expand Down

0 comments on commit 0876a27

Please sign in to comment.