chore: remove unused imports (#1534)

This commit is contained in:
Caleb
2018-07-28 14:33:42 -06:00
committed by Shawn Erquhart
parent 99d4b2b50c
commit 4f6e8cea44
44 changed files with 33 additions and 83 deletions

View File

@ -3,7 +3,6 @@ import React from 'react';
import styled from 'react-emotion';
import { partial } from 'lodash';
import {
Icon,
AuthenticationPage,
buttons,
shadows,

View File

@ -1,6 +1,5 @@
import GoTrue from "gotrue-js";
import jwtDecode from 'jwt-decode';
import { List } from 'immutable';
import { get, pick, intersection } from "lodash";
import { unsentRequest } from "netlify-cms-lib-util";
import { GitHubBackend } from "netlify-cms-backend-github";