mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 02:49:16 +01:00
refactor: 🔥 Remove experimental warning
This commit is contained in:
parent
33c2015274
commit
4a6a1f07a0
2 changed files with 0 additions and 23 deletions
|
|
@ -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({
|
|||
<Footer />
|
||||
</div>
|
||||
</div>
|
||||
<ExperimentalWarning />
|
||||
</SectionProvider>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue