Skip to content

Commit

Permalink
fix imports path
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronny Krammer committed Aug 2, 2023
1 parent 9f2cb47 commit 6da7312
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ export { NavLink } from './components/Header/NavLink';
export { HeadlineTextElement } from './components/HeadlineTextElement';
export { MoreLink } from './components/MoreLink';
export { PageSection } from './components/PageSection';
export { SnackBarProvider, useSnackBar, SnackBar, SnackBarTypes } from './components/SnackBar';
export type { SnackBarProviderProps, SnackBarContextType, SnackBarProps } from './components/SnackBar';
export { SnackBar, SnackBarTypes } from './components/SnackBar';
export type { SnackBarProps } from './components/SnackBar';

0 comments on commit 6da7312

Please sign in to comment.