diff --git a/src/components/PhotoExibition/PhotoExibition.jsx b/src/components/PhotoExibition/PhotoExibition.jsx new file mode 100644 index 0000000..2da2ec9 --- /dev/null +++ b/src/components/PhotoExibition/PhotoExibition.jsx @@ -0,0 +1,15 @@ +import { Button } from "../ui/button" +import { Input } from "../ui/input" +import {ImageIcon, Trash2} from "lucide-react" + +export const PhotoExibition = () => { + return( +