aswi20220x00-gitlab/webapp/components/navigation/userNavBar.tsx @ ecb333b6
1 |
/**
|
---|---|
2 |
* Creates a navigation bar of a normal user (annotator).
|
3 |
* @returns Navigation bar of a user.
|
4 |
*/
|
5 |
function UserNavBar() { |
6 |
return ( |
7 |
<div> |
8 |
<p>Navigation bar of a normal user.</p> |
9 |
</div> |
10 |
);
|
11 |
}
|
12 |
|
13 |
export default UserNavBar; |