diff options
Diffstat (limited to 'front/src/Emelents/Topbar.tsx')
| -rw-r--r-- | front/src/Emelents/Topbar.tsx | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/front/src/Emelents/Topbar.tsx b/front/src/Emelents/Topbar.tsx new file mode 100644 index 0000000..6c4ef74 --- /dev/null +++ b/front/src/Emelents/Topbar.tsx @@ -0,0 +1,12 @@ +function Topbar() { + return ( + <div className="Topbar"> + <h1> View from the edge </h1> + <div className="TopbarContents"> + <h2> Lifepath </h2> + </div> + </div> + ); +} + +export default Topbar; |
