diff options
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/shop/brands/index.jsx | 10 |
1 files changed, 10 insertions, 0 deletions
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 ( + <BasicLayout> + <BrandsComponent /> + </BasicLayout> + ) +} |
