chore: moving file structure of components
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
import Icon from "./Icon"
|
||||
export default Icon
|
||||
@@ -1,2 +0,0 @@
|
||||
import Layout from "./Layout"
|
||||
export default Layout
|
||||
@@ -10,9 +10,9 @@ import { withTheme } from "emotion-theming"
|
||||
import { SIZES } from "styles/constants"
|
||||
import { todayUrl, yearUrl } from "utils/date"
|
||||
|
||||
import Logo from "../Logo"
|
||||
import Icon from "../Icon"
|
||||
import { withAuthentication } from "../session"
|
||||
import Logo from "components/Logo"
|
||||
import Icon from "components/Icon"
|
||||
import { withAuthentication } from "components/session"
|
||||
|
||||
const Header = styled.div`
|
||||
background-color: ${props => props.theme.colors.headerBackground};
|
||||
@@ -1,3 +0,0 @@
|
||||
import Navbar, { SimpleNavbar } from "./Navbar"
|
||||
export default Navbar
|
||||
export { SimpleNavbar }
|
||||
@@ -1,2 +0,0 @@
|
||||
import PrivateRoute from "./PrivateRoute"
|
||||
export default PrivateRoute
|
||||
@@ -2,9 +2,9 @@ import React from "react"
|
||||
import styled from "@emotion/styled"
|
||||
import { withTheme } from "emotion-theming"
|
||||
|
||||
import Icon from "../Icon"
|
||||
import { H1 } from "../elements"
|
||||
import { StyledLink as Link } from "../elements"
|
||||
import Icon from "components/Icon"
|
||||
import { H1 } from "components/elements"
|
||||
import { StyledLink as Link } from "components/elements"
|
||||
|
||||
const SeekHeader = styled.header`
|
||||
display: flex;
|
||||
@@ -1,2 +0,0 @@
|
||||
import Seek from "./Seek"
|
||||
export default Seek
|
||||
@@ -1,2 +0,0 @@
|
||||
import SignOut from "./SignOut"
|
||||
export default SignOut
|
||||
@@ -1 +0,0 @@
|
||||
export * from "./elements"
|
||||
Reference in New Issue
Block a user