We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02c439a commit 989da66Copy full SHA for 989da66
client/src/features/dashboardV2/LazyHelpV2.tsx
@@ -19,7 +19,6 @@ import { Suspense, lazy } from "react";
19
import PageLoader from "../../components/PageLoader";
20
21
const HelpV2 = lazy(() => import("./HelpV2"));
22
-
23
export default function LazyHelpV2() {
24
return (
25
<Suspense fallback={<PageLoader />}>
0 commit comments