We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92ee5e0 commit eba486cCopy full SHA for eba486c
lib/components/pwa-prompt.stories.tsx
@@ -1,13 +1,15 @@
1
-import { linkTo } from '@storybook/addon-links';
2
import {
3
Title,
4
Subtitle,
5
Controls,
6
Stories,
7
type Story,
+ // eslint-disable-next-line import/no-unresolved
8
} from '@storybook/addon-docs/blocks';
9
-import { fn } from 'storybook/test';
+import { linkTo } from '@storybook/addon-links';
10
import { useState, type ComponentProps } from 'react';
11
+// eslint-disable-next-line import/no-unresolved
12
+import { fn } from 'storybook/test';
13
14
import { PwaPrompt } from './pwa-prompt.tsx';
15
0 commit comments