diff options
Diffstat (limited to 'src/app/upload')
| -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> |
