removed unused import
This commit is contained in:
parent
45845c2a69
commit
0c6a8a40c3
@ -25,10 +25,7 @@
|
|||||||
import { writable } from "svelte/store";
|
import { writable } from "svelte/store";
|
||||||
import type { StatusOption, StatusOptions } from "../helperTypes/StatusTypes";
|
import type { StatusOption, StatusOptions } from "../helperTypes/StatusTypes";
|
||||||
import type { AniListUpdateVariables } from "../anilist/types/AniListTypes";
|
import type { AniListUpdateVariables } from "../anilist/types/AniListTypes";
|
||||||
import {
|
import { convertDateToAniList } from "../helperFunctions/convertDateToAniList";
|
||||||
convertDateStringToAniList,
|
|
||||||
convertDateToAniList,
|
|
||||||
} from "../helperFunctions/convertDateToAniList";
|
|
||||||
import {
|
import {
|
||||||
AniListDeleteEntry,
|
AniListDeleteEntry,
|
||||||
AniListUpdateEntry,
|
AniListUpdateEntry,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user