Export ROLES constant.

This commit is contained in:
Mike Cao 2024-02-08 19:34:23 -08:00
parent 2d371098b4
commit 04ec1d3990

View File

@ -51,3 +51,5 @@ export * from 'components/common/Pager';
export * from 'components/input/TeamsButton';
export * from 'components/input/ThemeButton';
export { ROLES } from 'lib/constants';