fix(merge): remove upstream loadLogoOnce leftover, restore schema.ts formatting

main.tsx no longer needs an eager logo fetch call: Logo.tsx already
triggers ensureLogoLoaded() from logoCache.ts (the fork's own
implementation, kept over upstream's during the sync merge).
This commit is contained in:
Steven RYDELL
2026-08-01 17:00:12 +02:00
parent 4c953e599d
commit 137e6c6ed9
2 changed files with 5 additions and 4 deletions
-3
View File
@@ -16,7 +16,6 @@ import NotFound from './pages/NotFound';
import { AdminPanel } from './pages/AdminPanel.lazy';
import { ProtectedRoute } from './components/layout/ProtectedRoute';
import { getBasePath } from './lib/basePath';
import { loadLogoOnce } from './lib/logoCache';
(() => {
try {
@@ -43,8 +42,6 @@ import { loadLogoOnce } from './lib/logoCache';
} catch {}
})();
loadLogoOnce();
const basePath = getBasePath();
const router = createBrowserRouter(