Skip to content

Commit eba486c

Browse files
committed
fix: storybook no-unresolved on submodules
1 parent 92ee5e0 commit eba486c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lib/components/pwa-prompt.stories.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1-
import { linkTo } from '@storybook/addon-links';
21
import {
32
Title,
43
Subtitle,
54
Controls,
65
Stories,
76
type Story,
7+
// eslint-disable-next-line import/no-unresolved
88
} from '@storybook/addon-docs/blocks';
9-
import { fn } from 'storybook/test';
9+
import { linkTo } from '@storybook/addon-links';
1010
import { useState, type ComponentProps } from 'react';
11+
// eslint-disable-next-line import/no-unresolved
12+
import { fn } from 'storybook/test';
1113

1214
import { PwaPrompt } from './pwa-prompt.tsx';
1315

0 commit comments

Comments
 (0)