feat: auth

This commit is contained in:
2025-09-07 13:32:25 +08:00
parent 1d5f227a72
commit 5a7a40bd41
13 changed files with 144 additions and 99 deletions

View File

@@ -13,6 +13,7 @@ import InputCustomerBar from "@/container/inputCustomerNavbar";
import GuideBar from "@/components/GuideBar";
import ListContainer from "@/container/listContainer";
import DistanceQuickFilter from "@/components/DistanceQuickFilter";
import { withAuth } from "@/components";
import img from "@/config/images";
const ListPage = () => {
@@ -193,4 +194,4 @@ const ListPage = () => {
);
};
export default ListPage;
export default withAuth(ListPage);