diff --git a/app/[lang]/(live-current)/layout.tsx b/app/[lang]/(live-current)/layout.tsx index 9712b1a86..cefbf795a 100644 --- a/app/[lang]/(live-current)/layout.tsx +++ b/app/[lang]/(live-current)/layout.tsx @@ -1,4 +1,5 @@ -import "@scandic-hotels/design-system/current/style.css" +import "@/app/globals.css" +import "@scandic-hotels/design-system/style.css" import Script from "next/script"