Skip to content

Commit

Permalink
Fix warning: export 'IPreferences' not found (conda-incubator#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabalafou authored Sep 11, 2024
1 parent ecf425f commit e93a6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export * from "./App";
export { IPreferences } from "./preferences";
export type { IPreferences } from "./preferences";
export { store } from "./store";
export { grayscaleTheme, condaStoreTheme, themeDecorator } from "./theme";
export * from "./colors";

0 comments on commit e93a6c1

Please sign in to comment.