From 4fda9e30aca65dff731f514b85850c6e719eb16c Mon Sep 17 00:00:00 2001 From: ditiqi Date: Thu, 27 Feb 2025 09:47:44 +0800 Subject: [PATCH] add --- apps/web/src/app/main/path/layout/PathListLayout.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/web/src/app/main/path/layout/PathListLayout.tsx b/apps/web/src/app/main/path/layout/PathListLayout.tsx index 19ebe94..88fcf59 100755 --- a/apps/web/src/app/main/path/layout/PathListLayout.tsx +++ b/apps/web/src/app/main/path/layout/PathListLayout.tsx @@ -1,3 +1,4 @@ +import FilterSection from "../../courses/components/FilterSection"; import PathFilter from "../components/PathFilter"; import PathListContainer from "../components/PathListContainer"; @@ -7,9 +8,10 @@ export function PathListLayout() {
- + + {/* */}
-
+