From 4e9bb74114770cd7e0c06e319169a908bb47fdda Mon Sep 17 00:00:00 2001 From: Triston Date: Sun, 7 Apr 2024 11:50:11 -0500 Subject: [PATCH] (feat): abstract popular card --- src/components/popular/index.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/components/popular/index.tsx diff --git a/src/components/popular/index.tsx b/src/components/popular/index.tsx new file mode 100644 index 0000000..d7020d9 --- /dev/null +++ b/src/components/popular/index.tsx @@ -0,0 +1,10 @@ +export function Popular() { + return ( +
+
+

Popular

+
+
+ ) +} +