mirror of
https://github.com/danbulant/ester_os
synced 2026-06-24 17:11:59 +00:00
Testing navbar
This commit is contained in:
parent
4bfa338c32
commit
e4678b775b
1 changed files with 13 additions and 0 deletions
13
client/src/ui/system/navbar.js
Normal file
13
client/src/ui/system/navbar.js
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
import React from 'react'
|
||||||
|
import "../../App.css";
|
||||||
|
|
||||||
|
function Navbar(props){
|
||||||
|
|
||||||
|
return (
|
||||||
|
<div className="navbar">
|
||||||
|
Navbar
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
export default Navbar;
|
||||||
Loading…
Reference in a new issue