summaryrefslogtreecommitdiff
path: root/src-migrate/modules/home/components/VerticalBanner.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src-migrate/modules/home/components/VerticalBanner.tsx')
-rw-r--r--src-migrate/modules/home/components/VerticalBanner.tsx7
1 files changed, 7 insertions, 0 deletions
diff --git a/src-migrate/modules/home/components/VerticalBanner.tsx b/src-migrate/modules/home/components/VerticalBanner.tsx
new file mode 100644
index 00000000..57328037
--- /dev/null
+++ b/src-migrate/modules/home/components/VerticalBanner.tsx
@@ -0,0 +1,7 @@
+const VerticalBanner = () => {
+ return (
+ <div>VerticalBanner</div>
+ )
+}
+
+export default VerticalBanner \ No newline at end of file