mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 08:38:37 +00:00
Add SVG masks to server / user icons.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { CheckAuth } from "../context/revoltjs/CheckAuth";
|
||||
import Preloader from "../components/ui/Preloader";
|
||||
import { Route, Switch } from "react-router-dom";
|
||||
import Masks from "../components/ui/Masks";
|
||||
import Context from "../context";
|
||||
|
||||
import { lazy, Suspense } from "preact/compat";
|
||||
@@ -10,6 +11,7 @@ const RevoltApp = lazy(() => import('./RevoltApp'));
|
||||
export function App() {
|
||||
return (
|
||||
<Context>
|
||||
<Masks />
|
||||
{/*
|
||||
// @ts-expect-error */}
|
||||
<Suspense fallback={<Preloader type="spinner" />}>
|
||||
|
||||
Reference in New Issue
Block a user