Skip to content

Commit 77abc63

Browse files
committed
fix: Remove unused import
1 parent 173a914 commit 77abc63

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/app/layout.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ import '@mantine/core/styles.css';
44
import "@/style/main.css"
55

66
import {ColorSchemeScript, mantineHtmlProps, MantineProvider} from '@mantine/core';
7-
import React, {useEffect, useState} from "react";
7+
import React from "react";
88
import {Notifications} from "@mantine/notifications";
99
import {CookieConsent} from "react-cookie-consent";
10-
import usePageContext from "@/store/usePageContext";
1110

1211

1312
export default function RootLayout(props: { children: React.ReactNode }) {

0 commit comments

Comments
 (0)