From 4faa47f07de51258fdba1d6d65856f0fa852f91a Mon Sep 17 00:00:00 2001 From: syuilo <4439005+syuilo@users.noreply.github.com> Date: Wed, 18 Sep 2024 14:00:14 +0900 Subject: [PATCH] Update preview.ts --- packages/frontend/.storybook/preview.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/.storybook/preview.ts b/packages/frontend/.storybook/preview.ts index dee6c13d41..b669a6f39f 100644 --- a/packages/frontend/.storybook/preview.ts +++ b/packages/frontend/.storybook/preview.ts @@ -14,7 +14,7 @@ import { commonHandlers, onUnhandledRequest } from './mocks.js'; import themes from './themes.js'; import '../src/style.scss'; import { DI } from '../src/di.js'; -import { url } from '../src/config.js'; +import { url } from '../../frontend-shared/js/config.js'; import { MediaProxy } from '../../frontend-shared/js/media-proxy.js'; const appInitialized = Symbol();