import "@scandic-hotels/design-system/style.css" import "@scandic-hotels/design-system/fonts.css" import "@/public/_static/css/design-system-new-deprecated.css" import "./globals.css" import { TrpcProvider } from "@scandic-hotels/trpc/Provider" import type { Metadata } from "next" export const metadata: Metadata = { title: "Create Next App", description: "Generated by create next app", } export default function RootLayout({ children, }: Readonly<{ children: React.ReactNode }>) { return (
{/* eslint-disable-next-line @next/next/no-css-tags */} {/* eslint-disable-next-line @next/next/no-css-tags */} {/* TODO handle onError */}