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/app/upload/page.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/app/upload') diff --git a/src/app/upload/page.tsx b/src/app/upload/page.tsx index d0f096f..a390199 100644 --- a/src/app/upload/page.tsx +++ b/src/app/upload/page.tsx @@ -6,6 +6,7 @@ import { FileDropzone, TagsInput, SourceInput, + Switches, } from '@/components/upload'; import { PUBLISH_DISCLAIMER } from '@/lib/consts'; @@ -28,6 +29,7 @@ export default function Upload() { + {PUBLISH_DISCLAIMER} -- cgit v1.3-3-g829e