diff --git a/components/ExperimentalWarning.tsx b/components/ExperimentalWarning.tsx deleted file mode 100644 index 52d1518..0000000 --- a/components/ExperimentalWarning.tsx +++ /dev/null @@ -1,21 +0,0 @@ -import type { FC } from "react"; - -export const ExperimentalWarning: FC = () => ( - <> - - > -); diff --git a/components/Layout.tsx b/components/Layout.tsx index fd50fa1..b07de15 100644 --- a/components/Layout.tsx +++ b/components/Layout.tsx @@ -5,7 +5,6 @@ import Link from "next/link"; import { usePathname } from "next/navigation"; import type { ReactNode } from "react"; -import { ExperimentalWarning } from "./ExperimentalWarning"; import { Footer } from "./Footer"; import { Header } from "./Header"; import { Logo } from "./Logo"; @@ -43,7 +42,6 @@ export function Layout({ - ); }