small lint things

This commit is contained in:
mulan xia 2024-01-24 11:21:55 -05:00
parent 16136c3617
commit 697b97233b
No known key found for this signature in database
GPG Key ID: C6CE526613568D73
2 changed files with 2 additions and 1 deletions

View File

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

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';