From 1218d8109380488ab7d15538fe3f828883dbc822 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Fri, 10 Mar 2023 17:23:04 +0700 Subject: change mobile and desktop view --- src/lib/category/components/Category.jsx | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 src/lib/category/components/Category.jsx (limited to 'src/lib') diff --git a/src/lib/category/components/Category.jsx b/src/lib/category/components/Category.jsx new file mode 100644 index 00000000..21e2ec6f --- /dev/null +++ b/src/lib/category/components/Category.jsx @@ -0,0 +1,31 @@ +import Link from '@/core/components/elements/Link/Link' +import DesktopView from '@/core/components/views/DesktopView' + +const Category = () => { + return ( + +
+
+ Alat Potong & Pelengkap Mesin +
+
Alat Potong & Pelengkap Mesin
+
+
+
+ Alat Ukur & Instrument +
+
Alat Ukur & Instrument
+
+
+
+ Komponen Mekanikal & Hardware +
+
Komponen Mekanikal & Hardware
+
+
+
+
+ ) +} + +export default Category -- cgit v1.2.3