Skip to content

Commit

Permalink
Rename style file
Browse files Browse the repository at this point in the history
brachkow committed Nov 21, 2023
1 parent 2ba3c80 commit 96f34a5
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .storybook/preview.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import '../src/fonts.css';
import '../src/tailwind.css';
import '../src/style.css';

import { setup } from '@storybook/vue3';
import { createPinia } from 'pinia';
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ import 'floating-vue/dist/style.css';
import * as Sentry from '@sentry/vue';

import './fonts.css';
import './tailwind.css';
import './style.css';

const app = createApp(App);

File renamed without changes.

0 comments on commit 96f34a5

Please sign in to comment.