Fix tests and add changelog
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { Header } from "@/components/header";
|
||||
import { HeaderWrapper } from "@/components/header-wrapper";
|
||||
import { ToastProvider } from "@/components/ui/toast";
|
||||
|
||||
const inter = Inter({
|
||||
@@ -22,7 +22,7 @@ export default function RootLayout({
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<body className={inter.className}>
|
||||
<ToastProvider>
|
||||
<Header />
|
||||
<HeaderWrapper />
|
||||
{children}
|
||||
</ToastProvider>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user