fix lint
This commit is contained in:
parent
22447aa20a
commit
f386352be3
2 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
// @flow
|
||||
import * as PAGES from 'constants/pages';
|
||||
import { SITE_NAME, DOMAIN, SIMPLE_SITE } from 'config';
|
||||
import { DOMAIN, SIMPLE_SITE } from 'config';
|
||||
import React, { useState } from 'react';
|
||||
import { FormField, Form } from 'component/common/form';
|
||||
import Button from 'component/button';
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
// @flow
|
||||
import { SITE_NAME } from 'config';
|
||||
import * as PAGES from 'constants/pages';
|
||||
import React, { useState } from 'react';
|
||||
import { withRouter } from 'react-router';
|
||||
|
|
Loading…
Reference in a new issue