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/
/node_modules/
/.idea
/.idea
check-syntax.sh

View File

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

View File

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