fix eol lint

This commit is contained in:
mulan xia 2024-01-23 12:21:39 -05:00
parent b32a6c8c05
commit 6e531abf04
No known key found for this signature in database
GPG Key ID: C6CE526613568D73

View File

@ -10,4 +10,4 @@ export const AppThemeProvider = ({ ...props }) => {
const theme: AppTheme = useSelector(getAppTheme);
return <ThemeProvider theme={Themes[theme]} {...props} />
};
};