feat: accreditation crud

This commit is contained in:
Kailasdevdas
2026-06-23 11:39:09 +05:30
parent c0d96806b1
commit bb8cdc224b
11 changed files with 900 additions and 1 deletions
@@ -15,7 +15,8 @@ interface BytescaleUploaderProps {
| '/blog'
| '/doctor-og'
| '/homepage-banners'
| '/insurance-partners';
| '/insurance-partners'
| '/accreditations';
}
export function BytescaleUploader({ value, onChange, folderPath }: BytescaleUploaderProps) {