small lint things

This commit is contained in:
mulan xia
2024-01-24 11:21:55 -05:00
parent 16136c3617
commit 697b97233b
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -13,4 +13,4 @@ export const AppThemeProvider = ({ ...props }) => {
export const useAppThemeContext = () => {
const theme: AppTheme = useSelector(getAppTheme);
return Themes[theme];
}
}
+1
View File
@@ -1,6 +1,7 @@
import styled, { type AnyStyledComponent } from 'styled-components';
import { Link } from 'react-router-dom';
import { useDispatch, useSelector } from 'react-redux';
import { ButtonShape } from '@/constants/buttons';
import { DialogTypes } from '@/constants/dialogs';
import { STRING_KEYS } from '@/constants/localization';