diff options
| author | l3wdfut4pwr <l3wdfut4pwr@gmail.com> | 2026-05-03 17:18:46 +0300 |
|---|---|---|
| committer | l3wdfut4pwr <l3wdfut4pwr@gmail.com> | 2026-05-03 17:18:46 +0300 |
| commit | 1a9086852aad17afba4574ad0c814bda4ea2f89d (patch) | |
| tree | 6f346be13733f8eb575bc531d60ed3b002c180e0 /src/app | |
| parent | e619245f1fa83a29a9ec553ef9017871bb5c27c0 (diff) | |
minor upload update
Diffstat (limited to 'src/app')
| -rw-r--r-- | src/app/upload/page.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
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() { <FileDropzone /> <TagsInput /> <SourceInput /> + <Switches /> <span className="text-center text-sm"> {PUBLISH_DISCLAIMER} </span> |
