Skip to content

Commit

Permalink
chore: exports: adds avatar theme set const to exports
Browse files Browse the repository at this point in the history
  • Loading branch information
dkilgore-eightfold committed Oct 19, 2022
1 parent e405e1a commit b645eb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/octuple.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
AccordionSize,
} from './components/Accordion';

import { Avatar, AvatarGroup } from './components/Avatar';
import { AVATAR_THEME_SET, Avatar, AvatarGroup } from './components/Avatar';

import { Badge } from './components/Badge';

Expand Down Expand Up @@ -157,6 +157,7 @@ export {
Accordion,
AccordionShape,
AccordionSize,
AVATAR_THEME_SET,
Avatar,
AvatarGroup,
Badge,
Expand Down

0 comments on commit b645eb5

Please sign in to comment.