summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-07-08 08:48:29 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-07-08 08:48:29 +0700
commit59cba752134fa41063956569a3f4e7ed2a6d2537 (patch)
treead37e35f81ba9ab32a3bb1a975a86151c9a45df5 /src/lib
parent1a70984f3497652b8d8b64d16053c1f2be452bd7 (diff)
<iman> add dynamic category
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/home/components/CategoryDynamic.jsx9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/home/components/CategoryDynamic.jsx b/src/lib/home/components/CategoryDynamic.jsx
new file mode 100644
index 00000000..59a1858b
--- /dev/null
+++ b/src/lib/home/components/CategoryDynamic.jsx
@@ -0,0 +1,9 @@
+const CategoryDynamic = ({}) =>{
+ return(
+ <div>
+ DISINI CATEGORY DYNAMIC
+ </div>
+ )
+};
+
+export default CategoryDynamic; \ No newline at end of file