refactor: remove unused imports from layout.tsx (#8)
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
|
|
||||||
import {Roboto} from 'next/font/google';
|
import {Roboto} from 'next/font/google';
|
||||||
import React, {useEffect, useState} from "react";
|
import React from "react";
|
||||||
//import ClientCookieConsentBanner from "./components/ClientCookieConsentBanner";
|
//import ClientCookieConsentBanner from "./components/ClientCookieConsentBanner";
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user