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

@@ -2,9 +2,9 @@ import React from "react"
import { compose } from "recompose"
import { withTheme } from "emotion-theming"
import { Button } from "../elements"
import { Button } from "components/elements"
import { withFirebase } from "../firebase"
import { withFirebase } from "components/firebase"
const SignOutButton = ({ firebase, theme }) => (
<Button