From f1a0f7d0daab71065253b8b7f1714de0a8291247 Mon Sep 17 00:00:00 2001 From: Christel Westerberg Date: Thu, 20 Jun 2024 14:09:15 +0200 Subject: [PATCH] feat: enable design tokens in current web --- app/[lang]/(live-current)/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"