Skip to content

Commit 19aa2b9

Browse files
committed
fix: lint
Signed-off-by: amitamrutiya <[email protected]>
1 parent bd9ddc2 commit 19aa2b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/theme/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ import {
1212
export { darkModePalette, lightModePalette } from './palette';
1313
export { typography } from './typography';
1414

15+
export * from './colors';
1516
export {
1617
default as SistentThemeProvider,
1718
SistentThemeProviderWithoutBaseLine
1819
} from './ThemeProvider';
19-
export * from './colors';
2020

2121
export { ThemeProvider, alpha, createTheme, keyframes, lighten, styled, useMediaQuery, useTheme };
2222
export type { Theme };

0 commit comments

Comments
 (0)