Skip to content

Commit

Permalink
chore: add ScrollLink to css-module/
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Oct 21, 2024
1 parent 2f6061d commit 7ca895a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
*/

// Inject CSS from ButtonLink dependency
import './ButtonlLink';
import './ButtonLink';

export * from '../ScrollLink';
2 changes: 2 additions & 0 deletions packages/component-library-react/src/css-module/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ export type { RadioButtonProps } from '../RadioButton';
export { RadioButton } from './RadioButton';
export type { RichTextProps } from '../RichText';
export { RichText } from './RichText';
export type { ScrollLinkProps } from '../ScrollLink';
export { ScrollLink } from './ScrollLink';
// export type { SearchBarProps } from '../SearchBar';
// export { SearchBar } from './SearchBar'; // TODO find a way to make the downshift compatible with nextjs 13 app/directory
export type { SelectProps, SelectOptionProps } from '../Select';
Expand Down

0 comments on commit 7ca895a

Please sign in to comment.