Fix ESLint
This commit is contained in:
parent
80d3b99b90
commit
d4d1bc03b3
|
@ -1,10 +1,5 @@
|
|||
import { getAllApps } from "../db"
|
||||
import {
|
||||
Header,
|
||||
MAX_VALID_DATE,
|
||||
DocumentType,
|
||||
SEPARATOR,
|
||||
} from "../constants"
|
||||
import { Header, MAX_VALID_DATE, DocumentType, SEPARATOR } from "../constants"
|
||||
import env from "../environment"
|
||||
import * as tenancy from "../tenancy"
|
||||
import * as context from "../context"
|
||||
|
|
Loading…
Reference in New Issue