create discount

This commit is contained in:
hamid zarghami
2025-09-27 11:51:05 +03:30
parent ee89008a9f
commit 0fa7fbf99b
13 changed files with 712 additions and 25 deletions
+1
View File
@@ -13,6 +13,7 @@ type Props = {
error_text?: string,
placeholder?: string,
label?: string,
value?: any,
} & SelectHTMLAttributes<HTMLSelectElement>
const Select: FC<Props> = (props: Props) => {