Skip to content

Commit

Permalink
add missing import in storybook preview
Browse files Browse the repository at this point in the history
  • Loading branch information
yujonglee committed Sep 18, 2024
1 parent 127cc88 commit b84d9a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/packages/web/.storybook/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { MINIMAL_VIEWPORTS } from "@storybook/addon-viewport";

import { html } from "lit";
import "../src/components/canary-root";
import "../src/components/canary-provider-cloud";

import { initialize, mswLoader } from "msw-storybook-addon";
initialize();
Expand Down

0 comments on commit b84d9a2

Please sign in to comment.