Skip to content

Commit

Permalink
More common syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixMalfait committed Nov 22, 2024
1 parent 4d1dd8a commit c9f9250
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type BaseThemeProviderProps = {
};

export const ThemeSchemeContext = createContext<(theme: ColorScheme) => void>(
() => void 0,
() => {},
);

export const BaseThemeProvider = ({ children }: BaseThemeProviderProps) => {
Expand Down

0 comments on commit c9f9250

Please sign in to comment.