We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56ef552 commit 98636a9Copy full SHA for 98636a9
index.ts
@@ -1,5 +1,5 @@
1
import useCachedResources from './hooks/useCachedResources';
2
import { themeColor } from './constants/colors';
3
-export * from './provider/ThemeProvider'
+export * from './provider/ThemeProvider';
4
export * from './components';
5
-export { useCachedResources, themeColor };
+export { themeColor };
0 commit comments