From 4a6a1f07a053e7d9a3366833cd73e2e42dfa5afc Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Wed, 28 Aug 2024 18:28:11 +0200 Subject: [PATCH] refactor: :fire: Remove experimental warning --- components/ExperimentalWarning.tsx | 21 --------------------- components/Layout.tsx | 2 -- 2 files changed, 23 deletions(-) delete mode 100644 components/ExperimentalWarning.tsx 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({