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,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 (