mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 17:05:07 +03:00
fix lint
This commit is contained in:
parent
b135e63527
commit
5a460a89ae
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ args:
|
||||||
//TODO verify the sha
|
//TODO verify the sha
|
||||||
|
|
||||||
import { usePantry, useCache, useDownload, useCellar, useSourceUnarchiver, useOffLicense, useFlags} from "hooks"
|
import { usePantry, useCache, useDownload, useCellar, useSourceUnarchiver, useOffLicense, useFlags} from "hooks"
|
||||||
import { panic, print } from "utils"
|
import { print } from "utils"
|
||||||
import { Stowage, Package } from "types"
|
import { Stowage, Package } from "types"
|
||||||
import * as ARGV from "./utils/args.ts"
|
import * as ARGV from "./utils/args.ts"
|
||||||
import Path from "path"
|
import Path from "path"
|
||||||
|
|
Loading…
Reference in a new issue