Resolve any errors in the syntax
This commit is contained in:
parent
8796bbf553
commit
cbe5343a64
|
|
@ -1,3 +1,4 @@
|
|||
/.next/
|
||||
/node_modules/
|
||||
/.idea
|
||||
check-syntax.sh
|
||||
|
|
|
|||
|
|
@ -17,8 +17,6 @@ import {
|
|||
Input,
|
||||
Label
|
||||
} from 'reactstrap';
|
||||
import Head from 'next/head';
|
||||
|
||||
|
||||
import { connect } from 'react-redux';
|
||||
|
||||
|
|
|
|||
|
|
@ -18,8 +18,7 @@ import {
|
|||
} from 'reactstrap';
|
||||
|
||||
import {
|
||||
verifyCredentials,
|
||||
getState
|
||||
verifyCredentials
|
||||
} from '../js/api';
|
||||
|
||||
import EditableStringList from '../js/EditableStringList';
|
||||
|
|
|
|||
Loading…
Reference in New Issue