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() {
- + + {/* */}
-
+