Skip to content

Commit b658dbd

Browse files
committed
push deploy
1 parent b2b847a commit b658dbd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client/src/features/dashboardV2/LazyHelpV2.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ import { Suspense, lazy } from "react";
1919
import PageLoader from "../../components/PageLoader";
2020

2121
const HelpV2 = lazy(() => import("./HelpV2"));
22-
2322
export default function LazyHelpV2() {
2423
return (
2524
<Suspense fallback={<PageLoader />}>

0 commit comments

Comments
 (0)