aswi20220x00-gitlab/webapp/components/annotation/annotationPanel.tsx @ 773d1205
1 |
/**
|
---|---|
2 |
* Creates a panel in the annotation screen that contains a list of annotations.
|
3 |
* @returns Panel with a list of annotations.
|
4 |
*/
|
5 |
function AnnotationPanel() { |
6 |
return ( |
7 |
<div> |
8 |
<p>Panel with a list of annotations</p> |
9 |
</div> |
10 |
);
|
11 |
}
|
12 |
|
13 |
export default AnnotationPanel; |