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 b2b847a commit b658dbdCopy full SHA for b658dbd
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