From 7be88c798f508bb360810481e45bcaab9f86708c Mon Sep 17 00:00:00 2001 From: NCanggoro Date: Sun, 17 Sep 2023 20:39:25 +0700 Subject: [PATCH] add location route --- src/pages/index.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 574a333..f81cbe4 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -3,10 +3,14 @@ import BestLocation from "./BestLocations"; import Discovery from "./Discovery"; import Story from "./Stories"; import NewsEvent from "./NewsEvents"; +import LocationDetail from "./LocationDetail"; export { Home, + BestLocation, + LocationDetail, + Discovery, Story, NewsEvent