Fix imports

This commit is contained in:
2023-06-26 11:30:37 +01:00
parent a61e17c93b
commit bdd2404bf7
17 changed files with 17 additions and 17 deletions

View File

@ -34,7 +34,7 @@ import { SubscribeRoutes } from "Pages/subscribe";
import ZapPoolPage from "Pages/ZapPool";
import DebugPage from "Pages/Debug";
import { db } from "Db";
import { preload, RelayMetrics, UserCache, UserRelays } from "cache";
import { preload, RelayMetrics, UserCache, UserRelays } from "Cache";
import { LoginStore } from "Login";
import { LivePage } from "Pages/LivePage";