chore(release): remove legacy runtime dependencies

This commit is contained in:
poyrazavsever
2026-07-17 09:13:23 +03:00
parent 5948907e5d
commit 8cd3de8e1f
42 changed files with 910 additions and 6207 deletions
-2
View File
@@ -3,7 +3,6 @@ import type { CSSProperties } from "react";
import "./globals.css";
import { Geist } from "next/font/google";
import { cn } from "@/lib/utils";
import { OfflineIndicator } from "@/components/ui/offline-indicator";
import { Toaster } from "poyraz-ui/molecules";
import { getPublicBranding } from "@/server/branding/runtime";
@@ -54,7 +53,6 @@ export default function RootLayout({
</head>
<body>
{children}
<OfflineIndicator />
<Toaster closeButton richColors position="top-right" />
</body>
</html>