roshiro/openws_one

View on GitHub
webpack/ui/components/NavBar.js

Summary

Maintainability
A
0 mins
Test Coverage
import React from 'react'

const NavBar = () => (
  <div className="navbar">
    This is the NavBar
  </div>
)

export default NavBar