add downloadable content in vault

This commit is contained in:
LathanDevers
2026-08-01 22:25:39 +02:00
parent ff6602dff3
commit 25c75ba078
3 changed files with 0 additions and 15 deletions
-1
View File
@@ -1,7 +1,6 @@
import React from 'react';
import { Download } from 'lucide-react';
import { cn } from '@/utils/utils';
import { NEUMORPHISM } from '@/styles/Neumorphism';
import type { Document } from '@/types/Document';
import { Button } from './Button';
import { useDocumentDownload } from '@/hooks/useDocumentDownload';
@@ -1,13 +1,7 @@
import React from 'react';
import { useDocuments } from '@/hooks/useDocuments';
import {DocumentObject} from '@ui/DocumentObject'
import { Button } from '../ui/Button';
import { Card } from '../ui/Card';
interface DocumentsWidgetProps {
onSelectDocument: (id: string) => void;
}
export function DocumentsWidget(){
const { documents } = useDocuments();
return (