Skip to content

Commit

Permalink
fix(story): Fix storybook component imports after vite migration
Browse files Browse the repository at this point in the history
  • Loading branch information
drikusroor committed Jan 24, 2024
1 parent e59d93c commit 93f323c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/stories/FloatingActionButton.stories.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import UserFeedback from 'components/UserFeedback/UserFeedback';
import FloatingActionButton from '../components/FloatingActionButton/FloatingActionButton';
import UserFeedback from '@/components/UserFeedback/UserFeedback';
import FloatingActionButton from '@/components/FloatingActionButton/FloatingActionButton';

export default {
title: 'FloatingActionButton',
Expand Down

0 comments on commit 93f323c

Please sign in to comment.