diff options
| author | trisusilo48 <tri.susilo@altama.co.id> | 2024-09-17 16:58:32 +0700 |
|---|---|---|
| committer | trisusilo48 <tri.susilo@altama.co.id> | 2024-09-17 16:58:32 +0700 |
| commit | 9551a800b68fb9002a55a79bd6e187587a46ff2f (patch) | |
| tree | 051c9d511f9974d3df80c36f7a70a9a296e7ca17 /src/pages | |
| parent | 44f9ea9e60e9dfb31fc3b9e4fbffc4767b6811a9 (diff) | |
uncomment component
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/index.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/index.jsx b/src/pages/index.jsx index 3fd0e834..6077c192 100644 --- a/src/pages/index.jsx +++ b/src/pages/index.jsx @@ -111,7 +111,7 @@ export default function Home({categoryId}) { }, ]} /> - {/* <PagePopupIformation /> */} + <PagePopupIformation /> <DesktopView> <div className='container mx-auto'> |
