Skip to content

Commit

Permalink
fixing vercel hosting problem
Browse files Browse the repository at this point in the history
  • Loading branch information
admineral committed Sep 25, 2024
1 parent 705b030 commit 426692a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/Database/ProcessCSV.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use client";

import React, { useState, useEffect } from 'react';
import { FaCloudUploadAlt, FaCheckCircle, FaTimesCircle, FaSpinner, FaTrashAlt } from 'react-icons/fa';
import { Button } from '@/components/ui/button';
Expand Down

0 comments on commit 426692a

Please sign in to comment.