From 1a9086852aad17afba4574ad0c814bda4ea2f89d Mon Sep 17 00:00:00 2001 From: l3wdfut4pwr Date: Sun, 3 May 2026 17:18:46 +0300 Subject: minor upload update --- src/components/upload/Switches.tsx | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/components/upload/Switches.tsx (limited to 'src/components/upload/Switches.tsx') diff --git a/src/components/upload/Switches.tsx b/src/components/upload/Switches.tsx new file mode 100644 index 0000000..76f9d6d --- /dev/null +++ b/src/components/upload/Switches.tsx @@ -0,0 +1,24 @@ +'use client'; + +import { Switch } from '@/components/ui/switch'; + +export function Switches() { + return ( +
+
+

NSFW

+ +
+ +
+

СГЕНЕРИРОВАНО ИИ

+ +
+ +
+

Я ЯВЛЯЮСЬ АВТОРОМ

+ +
+
+ ); +} -- cgit v1.3-3-g829e