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/annotation/documentAnnotationView.tsx
2 2
 * Creates an annotation view of a document.
3 3
 * @returns The annotation view.
4 4
 */
5
function DocumentAnnotationView() {
5
export function DocumentAnnotationView() {
6 6
    return (
7 7
        <div>
8 8
            <p>Main view with a rendered document</p>
9 9
        </div>
10 10
    );
11 11
}
12

  
13
export default DocumentAnnotationView;

Také k dispozici: Unified diff