chore: prettier and linter
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"domain": "0x-instant-staging",
|
||||
"build_command": "yarn build:umd:prod",
|
||||
"upload_directory": "public",
|
||||
"index_key": "index.html",
|
||||
"error_key": "index.html",
|
||||
"trailing_slashes": true,
|
||||
"cache": 3600,
|
||||
"aws_profile": "default",
|
||||
"aws_region": "us-east-1",
|
||||
"cdn": false,
|
||||
"dns_configured": true
|
||||
"domain": "0x-instant-staging",
|
||||
"build_command": "yarn build:umd:prod",
|
||||
"upload_directory": "public",
|
||||
"index_key": "index.html",
|
||||
"error_key": "index.html",
|
||||
"trailing_slashes": true,
|
||||
"cache": 3600,
|
||||
"aws_profile": "default",
|
||||
"aws_region": "us-east-1",
|
||||
"cdn": false,
|
||||
"dns_configured": true
|
||||
}
|
||||
|
||||
@@ -15,7 +15,6 @@ import {
|
||||
OrderProcessState,
|
||||
OrderState,
|
||||
} from '../types';
|
||||
import { assetUtils } from '../util/asset';
|
||||
|
||||
import { Action, ActionTypes } from './actions';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user