mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-24 20:53:08 +00:00
Fix lint warnings
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user