Skip to content

Commit

Permalink
exported function wrongly set as type
Browse files Browse the repository at this point in the history
  • Loading branch information
KaWaite committed Jun 13, 2023
1 parent e50b8fd commit 05349bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/services/theme/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export { default as Provider } from "./provider";
export { default as PublishedAppProvider } from "./publishedAppProvider";
export { usePublishTheme, mask } from "./publishTheme";

export { default as common, type GlobalStyles } from "./reearthTheme/common";
export { default as common, GlobalStyles } from "./reearthTheme/common";
export { default as fonts } from "./reearthTheme/common/fonts";
export { default as metrics, metricsSizes } from "./reearthTheme/common/metrics";
export { default as lightTheme } from "./reearthTheme/lightTheme";
Expand Down

0 comments on commit 05349bb

Please sign in to comment.