Skip to content

Commit

Permalink
fix: imports
Browse files Browse the repository at this point in the history
  • Loading branch information
talkor committed Jun 6, 2024
1 parent c88bd34 commit 85d16e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/.storybook/preview.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from "react";
import * as VibeComponents from "../src/components";
import * as VibeIcons from "../src/components/Icon/Icons";
import * as VibeComponentsNext from "../src/components/next";
import * as VibeIcons from "../src/components/Icon/Icons";
import { Preview } from "@storybook/react";
import isChromatic from "chromatic/isChromatic";
import { DocsContainer, DocsPage, Unstyled } from "@storybook/blocks";
Expand Down
3 changes: 2 additions & 1 deletion packages/core/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ export default {
index: path.join(SRC_PATH, "index.js"),
icons: path.join(SRC_PATH, "components/Icon/Icons/index.ts"),
interactionsTests: path.join(SRC_PATH, "tests/interactions-utils.ts"),
testIds: path.join(SRC_PATH, "tests/test-ids-utils.ts")
testIds: path.join(SRC_PATH, "tests/test-ids-utils.ts"),
next: path.join(SRC_PATH, "components/next.ts")
},
external: [/node_modules\/(?!monday-ui-style)(.*)/],
plugins: [
Expand Down

0 comments on commit 85d16e2

Please sign in to comment.