mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-10 22:25:06 +01:00
remove unused import
This commit is contained in:
parent
1eda0cf168
commit
f248a5ff61
@ -11,7 +11,7 @@ import {
|
||||
import { getSessions, updateSession } from "@/backend/accounts/sessions";
|
||||
import { updateSettings } from "@/backend/accounts/settings";
|
||||
import { editUser } from "@/backend/accounts/user";
|
||||
import { getAllProviders, getProviders } from "@/backend/providers/providers";
|
||||
import { getAllProviders } from "@/backend/providers/providers";
|
||||
import { Button } from "@/components/buttons/Button";
|
||||
import { WideContainer } from "@/components/layout/WideContainer";
|
||||
import { UserIcons } from "@/components/UserIcon";
|
||||
|
Loading…
Reference in New Issue
Block a user