temp image upload
This commit is contained in:
		@@ -1,4 +1,5 @@
 | 
			
		||||
import {createLazyFileRoute} from "@tanstack/react-router";
 | 
			
		||||
import ImageDropzone from "../components/ImageDropzone/ImageDropzone.tsx";
 | 
			
		||||
 | 
			
		||||
export const Route = createLazyFileRoute('/test')({
 | 
			
		||||
    component: TestPage
 | 
			
		||||
@@ -8,7 +9,9 @@ export const Route = createLazyFileRoute('/test')({
 | 
			
		||||
function TestPage() {
 | 
			
		||||
    return (
 | 
			
		||||
        <>
 | 
			
		||||
 | 
			
		||||
            <ImageDropzone
 | 
			
		||||
                onDrop={(data) => {}}
 | 
			
		||||
            />
 | 
			
		||||
        </>
 | 
			
		||||
    );
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user