remove unused import

This commit is contained in:
Jorrin 2024-04-15 22:51:49 +02:00
parent 1eda0cf168
commit f248a5ff61
1 changed files with 1 additions and 1 deletions

View File

@ -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";