From fd2a6bcf2f17a6dbcbfb3ca04ebf2c4d66d43437 Mon Sep 17 00:00:00 2001 From: "HATEC\\SPVDEV001" Date: Tue, 28 Mar 2023 09:21:04 +0700 Subject: brand list --- src/pages/shop/brands/index.jsx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'src/pages') diff --git a/src/pages/shop/brands/index.jsx b/src/pages/shop/brands/index.jsx index 5c01fd19..77fde173 100644 --- a/src/pages/shop/brands/index.jsx +++ b/src/pages/shop/brands/index.jsx @@ -1,10 +1,19 @@ import BasicLayout from '@/core/components/layouts/BasicLayout' +import DesktopView from '@/core/components/views/DesktopView' +import MobileView from '@/core/components/views/MobileView' import BrandsComponent from '@/lib/brand/components/Brands' export default function Brands() { return ( - + + + + +
+ +
+
) } -- cgit v1.2.3