Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
chore: update storybook CSS path (#2010)
Browse files Browse the repository at this point in the history
  • Loading branch information
faustbrian committed Jun 1, 2020
1 parent 25597a7 commit 332d4e0
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,7 +1,7 @@
import { configure, addParameters } from "@storybook/vue";

import "reflect-metadata";
import "../src/renderer/styles/style.css";
import "../src/renderer/app/styles/style.css";

addParameters({
options: {
Expand Down

0 comments on commit 332d4e0

Please sign in to comment.