Resolve any errors in the syntax

This commit is contained in:
JP1998 2019-04-08 11:08:43 +02:00
parent 8796bbf553
commit cbe5343a64
3 changed files with 3 additions and 5 deletions

3
.gitignore vendored
View File

@ -1,3 +1,4 @@
/.next/ /.next/
/node_modules/ /node_modules/
/.idea /.idea
check-syntax.sh

View File

@ -17,8 +17,6 @@ import {
Input, Input,
Label Label
} from 'reactstrap'; } from 'reactstrap';
import Head from 'next/head';
import { connect } from 'react-redux'; import { connect } from 'react-redux';

View File

@ -18,8 +18,7 @@ import {
} from 'reactstrap'; } from 'reactstrap';
import { import {
verifyCredentials, verifyCredentials
getState
} from '../js/api'; } from '../js/api';
import EditableStringList from '../js/EditableStringList'; import EditableStringList from '../js/EditableStringList';