|
|
@@ -2,7 +2,7 @@ import React, { useState, useRef } from 'react';
|
|
|
import { Button } from '@/client/components/ui/button';
|
|
|
import { Card, CardContent, CardHeader, CardTitle } from '@/client/components/ui/card';
|
|
|
import { toast } from 'sonner';
|
|
|
-import { FileMerge, Upload, Download, Trash2, FileText } from 'lucide-react';
|
|
|
+import { Upload, Download, Trash2, FileText } from 'lucide-react';
|
|
|
|
|
|
interface WordFile {
|
|
|
id: string;
|