chore: home screen

This commit is contained in:
Kyle Gill
2019-04-08 09:08:00 -06:00
parent e8a8f41d81
commit 37b633ea82
11 changed files with 3676 additions and 1 deletions

View File

@@ -1,11 +1,11 @@
import React from "react"
import styled from "@emotion/styled"
import { withTheme } from "emotion-theming"
import { Link } from "react-router-dom"
import { SIZES } from "../../styles/constants"
import Icon from "../Icon"
import { H1 } from "../elements"
import { StyledLink as Link } from "../elements"
const SeekHeader = styled.header`
display: flex;