Projekt

Obecné

Profil

Stáhnout (245 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1 ac59aec1 Dominik Poch
/**
2
 * Creates a panel in the annotation screen that contains a list of tag.
3
 * @returns Panel with a list of tags.
4
 */
5 6d10fe14 Dominik Poch
export function TagPanel() {
6 ac59aec1 Dominik Poch
    return (
7
        <div>
8
            <p>Panel with a list of tags</p>
9
        </div>
10
    );
11
}