Remove unnecessary import
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Manuel Thalmann 2022-12-05 18:48:19 +01:00
parent e62ecce538
commit cda33560ae

View file

@ -3,7 +3,7 @@ import GulpClient, { TaskFunction } from "gulp";
import path from "upath";
import { Context } from "./gulp/Context.js";
const { dest, parallel, series, src, task, watch } = GulpClient;
const { dest, parallel, series, src, watch } = GulpClient;
const { join } = path;
const context = new Context();