chore: path resolver plugin to simplify imports and exports
This commit is contained in:
@@ -5,11 +5,11 @@ import { compose } from "recompose"
|
||||
import { format } from "date-fns"
|
||||
import { withTheme } from "emotion-theming"
|
||||
|
||||
import { SimpleNavbar } from "../components/Navbar"
|
||||
import { Input, Button, P } from "../components/elements"
|
||||
import { SIZES } from "../styles/constants"
|
||||
import Layout from "../components/Layout"
|
||||
import { FirebaseContext } from "../components/firebase"
|
||||
import { SimpleNavbar } from "components/Navbar"
|
||||
import { Input, Button, P } from "components/elements"
|
||||
import Layout from "components/Layout"
|
||||
import { FirebaseContext } from "components/firebase"
|
||||
import { SIZES } from "styles/constants"
|
||||
|
||||
const LoginGrid = styled.div`
|
||||
display: grid;
|
||||
|
||||
Reference in New Issue
Block a user