Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 6d10fe14

Přidáno uživatelem Dominik Poch před asi 2 roky(ů)

Refactored directory structure

Refactored directory structure and changed structure of layouts of the annotation screen

Zobrazit rozdíly:

webapp/components/modals/addDocument.tsx
9 9
 * Creates a modal window that loads documents to the app.
10 10
 * @returns The modal window.
11 11
 */
12
function AddDocument() {
12
export function AddDocument() {
13 13
    const [visible, setVisible] = useState(true);
14 14

  
15 15
    /**
......
86 86
        </Modal>
87 87
    );
88 88
}
89

  
90
export default AddDocument;

Také k dispozici: Unified diff