mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-23 04:11:14 -05:00
Fix: Resolve Uppy CSS import error
This commit is contained in:
@@ -9,9 +9,7 @@ import { useToast } from '@/hooks/use-toast';
|
|||||||
import { Button } from '@/components/ui/button';
|
import { Button } from '@/components/ui/button';
|
||||||
import { Upload, Image as ImageIcon } from 'lucide-react';
|
import { Upload, Image as ImageIcon } from 'lucide-react';
|
||||||
|
|
||||||
import '@uppy/core/dist/style.min.css';
|
// CSS imports removed to avoid build issues - using custom styling instead
|
||||||
import '@uppy/dashboard/dist/style.min.css';
|
|
||||||
import '@uppy/image-editor/dist/style.min.css';
|
|
||||||
|
|
||||||
interface UppyPhotoUploadProps {
|
interface UppyPhotoUploadProps {
|
||||||
onUploadComplete?: (urls: string[]) => void;
|
onUploadComplete?: (urls: string[]) => void;
|
||||||
|
|||||||
Reference in New Issue
Block a user