summaryrefslogtreecommitdiff
path: root/src-migrate/modules/promo/components/PromotinProgram.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src-migrate/modules/promo/components/PromotinProgram.tsx')
-rw-r--r--src-migrate/modules/promo/components/PromotinProgram.tsx9
1 files changed, 9 insertions, 0 deletions
diff --git a/src-migrate/modules/promo/components/PromotinProgram.tsx b/src-migrate/modules/promo/components/PromotinProgram.tsx
new file mode 100644
index 00000000..19f228ea
--- /dev/null
+++ b/src-migrate/modules/promo/components/PromotinProgram.tsx
@@ -0,0 +1,9 @@
+const PromotionProgram = () => {
+ return (
+ <>
+ <div className="">Serba Serbi Promo</div>
+ </>
+ )
+}
+
+export default PromotionProgram \ No newline at end of file