First commit
This commit is contained in:
14
client/src/components/logbook/Logbook.tsx
Normal file
14
client/src/components/logbook/Logbook.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
import SiteNav from '../siteNav/SiteNav';
|
||||
|
||||
const Logbook: React.FC<unknown> = () => {
|
||||
return (
|
||||
<div>
|
||||
<SiteNav />
|
||||
<div>
|
||||
Logbook goes here
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default Logbook;
|
||||
Reference in New Issue
Block a user