Skip to content

Commit

Permalink
fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
nattvara committed Apr 19, 2024
1 parent 8b24a9a commit 7b17f72
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions gui/components/promo/Header/Header.tsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
import { AppShell, Badge, Button, Center, SimpleGrid } from "@mantine/core";
import { IconMail, IconMovie } from "@tabler/icons-react";
import { useRouter } from "next/router";
import { IconMail } from "@tabler/icons-react";

import styles from "./styles.module.css";

const ContactEmail = "[email protected]";

export default function HeaderNavbar() {
const router = useRouter();

return (
<AppShell.Header p="md">
<SimpleGrid cols={2}>
Expand Down

0 comments on commit 7b17f72

Please sign in to comment.