eslint warning fixes

This commit is contained in:
Martti Malmi
2024-01-10 17:25:28 +02:00
parent b686b8ff26
commit 90342325fd
8 changed files with 47 additions and 43 deletions

View File

@ -11,9 +11,9 @@ import { createBrowserRouter, RouteObject, RouterProvider } from "react-router-d
import { preload } from "@/Cache";
import { ThreadRoute } from "@/Components/Event/Thread";
import { IntlProvider } from "@/Components/IntlProvider/IntlProvider";
import { db } from "@/Db";
import { updateRelayConnections } from "@/Hooks/useLoginRelays";
import { IntlProvider } from "@/IntlProvider";
import { AboutPage } from "@/Pages/About";
import { SnortDeckLayout } from "@/Pages/DeckLayout";
import DonatePage from "@/Pages/DonatePage";