Skip to content

Commit 1ed24f9

Browse files
committed
remove useCachedResources from index
1 parent a58447c commit 1ed24f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import useCachedResources from './hooks/useCachedResources';
22
import { themeColor } from './constants/colors';
3-
export * from './provider/ThemeProvider'
3+
export * from './provider/ThemeProvider';
44
export * from './components';
5-
export { useCachedResources, themeColor };
5+
export { themeColor };

0 commit comments

Comments
 (0)