chore: move screens into routes folder

This commit is contained in:
Kyle Gill
2019-05-18 16:14:38 -06:00
parent f8f6eda47b
commit 35e11d6134
20 changed files with 22 additions and 36 deletions

View File

@@ -3,7 +3,7 @@ import { Helmet } from "react-helmet"
import { Global, css } from "@emotion/core"
import styled from "@emotion/styled"
import { SimpleNavbar } from "../Navbar"
import { SimpleNavbar } from "components/Navbar"
import { withTheme } from "emotion-theming"
const Layout = ({ children, theme }) => (