lint: more lintingg

This commit is contained in:
Alex
2024-09-08 22:55:45 +01:00
parent 2fce25b0c8
commit fe78e9a336
2 changed files with 4 additions and 4 deletions

View File

@@ -4,9 +4,9 @@ import {
createSlice,
isAnyOf,
} from '@reduxjs/toolkit';
import { Doc, setLocalApiKey, setLocalRecentDocs } from './preferenceApi';
import { setLocalApiKey, setLocalRecentDocs } from './preferenceApi';
import { RootState } from '../store';
import { ActiveState } from '../models/misc';
import { ActiveState, Doc } from '../models/misc';
interface Preference {
apiKey: string;