Skip to content

Commit

Permalink
Hosting backend server
Browse files Browse the repository at this point in the history
  • Loading branch information
Levironexe committed Oct 17, 2024
1 parent b5b7335 commit 5bfa13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/button/upload-form.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { useState } from 'react';
import axios, {AxiosError} from 'axios'; // For HTTP requests
import axios from 'axios'; // For HTTP requests
import CustomButton from '../utils/CustomButton';
import { X, Upload } from 'lucide-react';
import { useScanning, ScanningNotification } from '../index';
Expand Down

0 comments on commit 5bfa13f

Please sign in to comment.