UPDATE icons

This commit is contained in:
2025-05-28 22:31:13 +02:00
parent 783485dd39
commit 5f3e1ed699
3 changed files with 6 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
import {useState} from "react";
import {useNavigate} from "react-router-dom";
import { uploadFile } from "../utils/Endpoints"
import { uploadFile } from "../utils/endpoints"
import BlueButton from "../components/buttons/BlueButton.tsx";
const clipUpload = () => {