From 7b5afa588e25cf39995380d142a6a9913e296660 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Mon, 29 Sep 2025 19:18:33 +0200 Subject: [PATCH] ok --- src/app/layout.tsx | 3 +-- src/components/Header.tsx | 12 ++++++------ 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 254251a..6e6ef92 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,5 +1,4 @@ import { type Metadata } from 'next' -import { Footer } from '@/components/Footer' import { Mulish } from 'next/font/google' import clsx from 'clsx' @@ -27,7 +26,7 @@ export default function RootLayout({ }) { return ( - {children}