Skip to content

Commit

Permalink
OPHJOD-312: Update ColorCard to be exported
Browse files Browse the repository at this point in the history
  • Loading branch information
ketsappi committed Apr 5, 2024
1 parent 87a0c7b commit b6811ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/main.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import './index.css';

export { Button } from './components/Button/Button';
export { ColorCard } from './components/ColorCard/ColorCard';
export { DropdownMenu } from './components/DropdownMenu/DropdownMenu';
export { TextCard } from './components/TextCard/TextCard';
export { NavigationBar } from './components/NavigationBar/NavigationBar';
export { RadioButton } from './components/RadioButton/RadioButton';
export { RadioButtonGroup } from './components/RadioButton/RadioButtonGroup';
export { RoundButton } from './components/RoundButton/RoundButton';
export { RoundLinkButton } from './components/RoundLinkButton/RoundLinkButton';
export { TextCard } from './components/TextCard/TextCard';

0 comments on commit b6811ff

Please sign in to comment.