Merge pull request #321 from Telecominfraproject/feature/NOJIRA-added-export

feature/NOJIRA: Added export for Timer
This commit is contained in:
Sean Macfarlane
2021-09-28 13:35:15 -04:00
committed by GitHub

View File

@@ -48,6 +48,7 @@ export {
Card as SkeletonCard,
} from 'components/Skeleton';
export { default as DisabledText } from 'components/DisabledText';
export { default as Timer } from 'components/Timer';
export { default as WithRoles } from 'components/WithRoles';
export { Input, Select, Switch, RoleProtectedBtn } from 'components/WithRoles';