Skip to content

Commit

Permalink
changed paths
Browse files Browse the repository at this point in the history
  • Loading branch information
shaharzil committed Feb 12, 2024
1 parent 068fa2a commit 6ebe15f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/core/.storybook/preview.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Preview } from "@storybook/react";
import "monday-ui-style/dist/index.min.css";
import "../../style/dist/index.min.css";
import "vibe-storybook-components/index.css";
declare const preview: Preview;
export default preview;
2 changes: 1 addition & 1 deletion packages/core/.storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import {
StorybookLink
} from "vibe-storybook-components";
import { ComponentNameDecorator, PropsTable, RelatedComponentsDecorator } from "../src/storybook";
import "monday-ui-style/dist/index.min.css";
import "../../style/dist/index.min.css";
import "vibe-storybook-components/dist/index.css";
import introCode from "../src/storybook/stand-alone-documentaion/playground/playground-helpers";

Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/style-imports.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import "monday-ui-style/dist/index.min.css";
import "../../style/dist/index.min.css";

0 comments on commit 6ebe15f

Please sign in to comment.