core/components/Navbar.js
2020-08-06 21:53:01 +09:00

7 lines
91 B
JavaScript

function CoolNavbar ( ) {
return (
'Example'
)
}
export default CoolNavbar