feat(SW-375): consume new tokens in scandic-web
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
import "@scandic-hotels/design-system/fonts.css"
|
||||
import "@/app/globals.css"
|
||||
import "@/public/_static/css/design-system-new-deprecated.css"
|
||||
import "@scandic-hotels/design-system/style.css"
|
||||
|
||||
import { ReactQueryDevtools } from "@tanstack/react-query-devtools"
|
||||
@@ -49,7 +51,7 @@ export default async function RootLayout({
|
||||
window.adobeDataLayer = window.adobeDataLayer || []
|
||||
`}</Script>
|
||||
</head>
|
||||
<body>
|
||||
<body className="scandic">
|
||||
<SessionProvider basePath="/api/web/auth">
|
||||
<ServerIntlProvider intl={{ defaultLocale, locale, messages }}>
|
||||
<TrpcProvider>
|
||||
|
||||
Reference in New Issue
Block a user