From d82fb3b552d20a279efdd9408042183cfa02fb48 Mon Sep 17 00:00:00 2001 From: schererleander Date: Thu, 25 Dec 2025 23:33:25 +0000 Subject: initial commit --- components/panda.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 components/panda.tsx (limited to 'components/panda.tsx') diff --git a/components/panda.tsx b/components/panda.tsx new file mode 100644 index 0000000..ee9328c --- /dev/null +++ b/components/panda.tsx @@ -0,0 +1,9 @@ +export function Panda() { + return ( + + ) +} -- cgit v1.3.1