Skip to content

Commit 0cd6c2a

Browse files
authored
chore: fixed XO warning (#5523)
All imports in the declaration are only used as types. Use `import type`. (@typescript-eslint/consistent-type-imports)XO@typescript-eslint/consistent-type-imports
1 parent 3a59826 commit 0cd6c2a

File tree

1 file changed

+1
-1
lines changed
  • storybooks/angular-storybook/.storybook

1 file changed

+1
-1
lines changed

storybooks/angular-storybook/.storybook/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { StorybookConfig } from '@storybook/angular';
1+
import { type StorybookConfig } from '@storybook/angular';
22

33
import { dirname, join } from 'node:path';
44

0 commit comments

Comments
 (0)