Fix lint warnings

This commit is contained in:
Brian Vaughn
2017-11-09 22:57:40 +00:00
parent 530c8e17b6
commit 5d0ca1114d
3 changed files with 0 additions and 9 deletions

View File

@@ -4,11 +4,6 @@ import React, {Component} from 'react';
import Container from 'components/Container';
import {colors} from 'theme';
const EXTERNALS = [
'https://unpkg.com/react/umd/react.development.js',
'https://unpkg.com/react-dom/umd/react-dom.development.js',
];
// Copied over styles from ButtonLink for the submit btn
const primaryStyle = {
backgroundColor: colors.brand,