Skip to content

Commit

Permalink
Merge pull request #32 from abusix/fix-storybook-build
Browse files Browse the repository at this point in the history
chore(storybook): fix storybook build
  • Loading branch information
pallendes authored Aug 10, 2023
2 parents 9ad9d63 + 21ca61d commit ad0f7b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .storybook/preview.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { Preview } from "@storybook/react";
import "tailwindcss/tailwind.css";
import "../src/index.css";
import "../src/styles/index.css";

const preview: Preview = {
parameters: {
Expand Down

0 comments on commit ad0f7b5

Please sign in to comment.