Projekt

Obecné

Profil

Stáhnout (224 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
import AnnotationLayout from '../layouts/annotationLayout';
2

    
3
/**
4
 * Creates an annotation screen.
5
 * @returns The annotation screen.
6
 */
7
function Annotation() {
8
    return <AnnotationLayout />;
9
}
10

    
11
export default Annotation;
(2-2/3)