fix eol lint

This commit is contained in:
mulan xia
2024-01-23 12:21:39 -05:00
parent b32a6c8c05
commit 6e531abf04
+1 -1
View File
@@ -10,4 +10,4 @@ export const AppThemeProvider = ({ ...props }) => {
const theme: AppTheme = useSelector(getAppTheme);
return <ThemeProvider theme={Themes[theme]} {...props} />
};
};