File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
src/app/(store)/stores/(list) Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 22
33import { Suspense } from "@suspensive/react" ;
44
5+ import { ChipFilter } from "@/app/_shared/ChipFilter" ;
56import { RegisterFloatingButton } from "@/app/(home)/_shared/RegisterFloatingButton" ;
67import { Bleed } from "@/components/ui/Bleed" ;
78import { FoodCategories } from "@/components/ui/FoodCategory" ;
9+ import { Spacer } from "@/components/ui/Spacer" ;
810import { VStack } from "@/components/ui/Stack" ;
911import { useFoodCategory } from "@/hooks/useFoodCategory" ;
1012
@@ -26,6 +28,11 @@ export default function StoreListPage() {
2628 onSelectCategory = { handleSelectCategory }
2729 />
2830 </ Bleed >
31+
32+ < Spacer size = { 12 } />
33+
34+ < ChipFilter />
35+
2936 < Suspense >
3037 < StoreList category = { selectedCategory . name } />
3138 </ Suspense >
You can’t perform that action at this time.
0 commit comments