- {[...Array(2)].map((_, i) => (
-
-
-
- ))}
-
- );
-};
diff --git a/app/stickers/page.tsx b/app/stickers/page.tsx
deleted file mode 100644
index a734d305..00000000
--- a/app/stickers/page.tsx
+++ /dev/null
@@ -1,22 +0,0 @@
-import { ShaderFx } from "../ShaderFx";
-import { Playground } from "./Playground";
-import { CursorUI } from "./UI/Cursor";
-import { TargetUI } from "./UI/Target";
-
-export default function Page() {
- return (
-