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