Skip to content

Commit

Permalink
refactor: delete some imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sashtje committed Sep 27, 2023
1 parent df477a1 commit c950e0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion config/storybook/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { StyleDecorator } from '../../src/shared/config/storybook/StyleDecorator
import { ThemeDecorator } from '../../src/shared/config/storybook/ThemeDecorator/ThemeDecorator';
import { RouterDecorator } from '../../src/shared/config/storybook/RouterDecorator/RouterDecorator';
import { SuspenseDecorator } from '../../src/shared/config/storybook/SuspenseDecorator/SuspenseDecorator';
import { Theme } from '../../src';
import { Theme } from '../../src/shared/const/theme';

export const parameters = {
actions: { argTypesRegex: '^on[A-Z].*' },
Expand Down
4 changes: 0 additions & 4 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,3 @@ root.render(
</StoreProvider>
</BrowserRouter>,
);
export { RoutePath } from '@/shared/const/router';
export { AppRoutes } from '@/shared/const/router';
export { Theme } from '@/shared/const/theme';
export { PAGE_ID } from '@/shared/const/page';

0 comments on commit c950e0d

Please sign in to comment.