Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 6d10fe14

Přidáno uživatelem Dominik Poch před asi 2 roky(ů)

Refactored directory structure

Refactored directory structure and changed structure of layouts of the annotation screen

Zobrazit rozdíly:

webapp/components/annotation/tagPanel.tsx
2 2
 * Creates a panel in the annotation screen that contains a list of tag.
3 3
 * @returns Panel with a list of tags.
4 4
 */
5
function TagPanel() {
5
export function TagPanel() {
6 6
    return (
7 7
        <div>
8 8
            <p>Panel with a list of tags</p>
9 9
        </div>
10 10
    );
11 11
}
12

  
13
export default TagPanel;

Také k dispozici: Unified diff