From a061f71bfd8f951726e16ad742eefc804ae05858 Mon Sep 17 00:00:00 2001 From: frakarr Date: Sat, 10 Jan 2026 00:16:32 +0100 Subject: [PATCH] Update Documents.tsx --- pages/Documents.tsx | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/pages/Documents.tsx b/pages/Documents.tsx index c4aa629..edca5a6 100644 --- a/pages/Documents.tsx +++ b/pages/Documents.tsx @@ -2,7 +2,7 @@ import React, { useEffect, useState } from 'react'; import { CondoService } from '../services/mockDb'; import { Document, Condo } from '../types'; -import { FileText, Download, Eye, Upload, Tag, Search, Trash2, X, Plus, Filter, Image as ImageIcon, File } from 'lucide-react'; +import { FileText, Download, Eye, Upload, Tag, Search, Trash2, X, Plus, Filter, Image as ImageIcon, File, Type, AlignLeft } from 'lucide-react'; export const DocumentsPage: React.FC = () => { const user = CondoService.getCurrentUser(); @@ -271,8 +271,14 @@ export const DocumentsPage: React.FC = () => {
- setUploadForm({...uploadForm, title: e.target.value})} required /> -