fixed merge cruft

This commit is contained in:
Alec LaLonde
2021-03-28 21:44:23 -06:00
parent ee403bea8d
commit 8821e4cf49
3 changed files with 12 additions and 25 deletions

View File

@@ -9,7 +9,7 @@ export { MetaTile, MetaTileBody, MetaTileHeader } from './MetaTile';
export { ResponsiveText } from './ResponsiveText';
export { SelectSearch, selectStyles } from './SelectSearch';
export { SelectTimeZone } from './SelectTimeZone';
export { SVG } from './SVG'
export { SVG } from './SVG';
export { theme as MetaTheme } from './theme';
export { H1, P } from './typography';
export { EmailIcon } from '@chakra-ui/icons';