mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
7 lines
91 B
JavaScript
7 lines
91 B
JavaScript
function CoolNavbar ( ) {
|
|
return (
|
|
'Example'
|
|
)
|
|
}
|
|
|
|
export default CoolNavbar |