refactor: modularize upload page into location, input, and settings sections

This commit is contained in:
2026-06-18 17:11:26 +05:30
parent 9e76b8e6d0
commit 62ebf1ebf6
9 changed files with 552 additions and 599 deletions

View File

@@ -1,4 +1,6 @@
export { FormField } from './FormField';
export { MultiSelectPopover } from './MultiSelectPopover';
export type { MultiSelectOption } from './MultiSelectPopover';
export { SelectPopover } from './SelectPopover';
export type { SelectPopoverOption } from './SelectPopover';
export { PasswordField } from './PasswordField';