Resolve any errors in the syntax
This commit is contained in:
parent
8796bbf553
commit
cbe5343a64
|
|
@ -1,3 +1,4 @@
|
||||||
/.next/
|
/.next/
|
||||||
/node_modules/
|
/node_modules/
|
||||||
/.idea
|
/.idea
|
||||||
|
check-syntax.sh
|
||||||
|
|
|
||||||
|
|
@ -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';
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue