Skip to content
Snippets Groups Projects

Re #9476

Merged Dominik Poch requested to merge features/9476-anotation-screen-layout into dev
7 files
+ 126
0
Compare changes
  • Side-by-side
  • Inline
Files
7
/**
* Creates a panel in the annotation screen that contains a list of annotations.
* @returns Panel with a list of annotations.
*/
function AnnotationPanel() {
return (
<div>
<p>Panel with a list of annotations</p>
</div>
);
}
export default AnnotationPanel;
Loading