mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-21 08:52:22 +00:00
[wip] testing
This commit is contained in:
parent
346829f38e
commit
82e9c4de4f
1 changed files with 0 additions and 1 deletions
|
|
@ -176,7 +176,6 @@ const root = createRoot(container!);
|
||||||
root.render(
|
root.render(
|
||||||
<StrictMode>
|
<StrictMode>
|
||||||
<ErrorBoundary>
|
<ErrorBoundary>
|
||||||
<TurnstileProvider />
|
|
||||||
<HelmetProvider>
|
<HelmetProvider>
|
||||||
<Suspense fallback={<LoadingScreen type="lazy" />}>
|
<Suspense fallback={<LoadingScreen type="lazy" />}>
|
||||||
<ExtensionStatus />
|
<ExtensionStatus />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue