refactor: remove unused imports from layout.tsx (#8)

This commit is contained in:
Denshooter
2025-02-10 23:42:43 +01:00
committed by GitHub
parent 008ac8523f
commit afe9aeadff

View File

@@ -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";