From cedb0b27c03ef88c83e8e7fc0f25e57f62804671 Mon Sep 17 00:00:00 2001 From: Matti Nannt Date: Thu, 10 Oct 2024 10:34:19 +0200 Subject: [PATCH] fix: chromatic github action (#3357) --- apps/storybook/.storybook/preview.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/storybook/.storybook/preview.ts b/apps/storybook/.storybook/preview.ts index 60b11a8499..e6b72b8b6c 100644 --- a/apps/storybook/.storybook/preview.ts +++ b/apps/storybook/.storybook/preview.ts @@ -1,5 +1,5 @@ import type { Preview } from "@storybook/react"; -import "../../web/app/globals.css"; +import "../../../packages/ui/globals.css"; const preview: Preview = { parameters: {