Skip to content

Commit

Permalink
refactor: 🔥 Remove experimental warning
Browse files Browse the repository at this point in the history
  • Loading branch information
CPlusPatch committed Aug 28, 2024
1 parent 33c2015 commit 4a6a1f0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
21 changes: 0 additions & 21 deletions components/ExperimentalWarning.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions components/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down Expand Up @@ -43,7 +42,6 @@ export function Layout({
<Footer />
</div>
</div>
<ExperimentalWarning />
</SectionProvider>
);
}

0 comments on commit 4a6a1f0

Please sign in to comment.