aswi20220x00-gitlab/webapp/pages/annotation.tsx @ 055ef5b5
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; |