Client/admin #41

Merged
KevinMidboe merged 13 commits from client/admin into master 2017-10-06 10:28:06 +00:00
Showing only changes of commit 6dd45cf89e - Show all commits

View File

@@ -0,0 +1,11 @@
import React from 'react'
import { Link } from 'react-router-dom'
// The Header creates links that can be used to navigate
// between routes.
const Header = () => (
<header>
</header>
)
export default Header