Projekt

Obecné

Profil

Stáhnout (267 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
/**
2
 * Creates an annotation view of a document.
3
 * @returns The annotation view.
4
 */
5
function DocumentAnnotationView() {
6
    return (
7
        <div>
8
            <p>Main view with a rendered document</p>
9
        </div>
10
    );
11
}
12

    
13
export default DocumentAnnotationView;
(2-2/3)