remove import

This commit is contained in:
Hassan Azmi
2021-10-19 11:15:51 -04:00
parent f0bc69c828
commit f73a92666d

View File

@@ -51,7 +51,6 @@ 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';