feat: home page banner crud
This commit is contained in:
@@ -6,7 +6,15 @@ import axios from 'axios';
|
||||
interface BytescaleUploaderProps {
|
||||
value: string;
|
||||
onChange: (url: string) => void;
|
||||
folderPath: '/health-packages' | '/seo' | '/doctors' | '/departments' | '/news' | '/blog' | '/doctor-og';
|
||||
folderPath:
|
||||
| '/health-packages'
|
||||
| '/seo'
|
||||
| '/doctors'
|
||||
| '/departments'
|
||||
| '/news'
|
||||
| '/blog'
|
||||
| '/doctor-og'
|
||||
| '/homepage-banners';
|
||||
}
|
||||
|
||||
export function BytescaleUploader({ value, onChange, folderPath }: BytescaleUploaderProps) {
|
||||
|
||||
Reference in New Issue
Block a user