chore: more import fixes

This commit is contained in:
Kyle Gill
2019-05-18 14:56:07 -06:00
parent 867ed0c998
commit b4d43aaa66
2 changed files with 5 additions and 10 deletions

View File

@@ -13,15 +13,9 @@ import { OnlineContext } from "components/context/online"
import { SIZES } from "styles/constants"
import Seek from "../../Seek"
import Icon from "../../Icon"
import Seek from "components/Seek"
import Icon from "components/Icon"
const Main = styled.main`
height: 100%;
display: flex;
flex-direction: column;
flex-grow: 1;
`
const EntryHeading = styled.div`
display: flex;
flex-direction: row;
@@ -53,6 +47,7 @@ const OfflineNotice = styled.div`
color: ${props => props.theme.colors.secondary};
border: 1px solid;
border-color: ${props => props.theme.colors.tertiary};
font-size: ${SIZES.tiny};
border-radius: 3px;
`
const JournalEntryArea = styled.textarea`