Skip to content

Commit

Permalink
Merge pull request #2 from Quintor/chore/utrecht-exports
Browse files Browse the repository at this point in the history
chore: fixed build errors with nextjs
  • Loading branch information
MeesD94 authored Aug 1, 2024
2 parents 35597f5 + 727f368 commit 4bca2c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/components-react/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Export all Utrecht components
export * from '@utrecht/component-library-react/dist/css-module';

// Export overwrites and new componentsexport { Button } from './Button';
// Export overwrites and new components
export { Button } from './Button';
export { Logo } from './Logo';
export type { LogoProps } from './Logo';

0 comments on commit 4bca2c7

Please sign in to comment.