Skip to content

Commit

Permalink
chore: legger til kode så det går å bygge
Browse files Browse the repository at this point in the history
  • Loading branch information
tuva-odegard committed Jan 20, 2025
1 parent 5e8825c commit d2101ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .storybook/main.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import type { StorybookConfig } from '@storybook/react-vite';

import { createRequire } from 'module';
const require = createRequire(import.meta.url);
import { join, dirname } from 'path';

/**
Expand Down

0 comments on commit d2101ae

Please sign in to comment.