From 2dd5b10049ff62656f160a9aa5b6627cd7ccbefc Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Thu, 23 Feb 2023 15:29:35 +0700 Subject: fix --- src/pages/shop/brands/index.jsx | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/pages/shop/brands/index.jsx (limited to 'src/pages') diff --git a/src/pages/shop/brands/index.jsx b/src/pages/shop/brands/index.jsx new file mode 100644 index 00000000..5c01fd19 --- /dev/null +++ b/src/pages/shop/brands/index.jsx @@ -0,0 +1,10 @@ +import BasicLayout from '@/core/components/layouts/BasicLayout' +import BrandsComponent from '@/lib/brand/components/Brands' + +export default function Brands() { + return ( + + + + ) +} -- cgit v1.2.3