Re-format app imports

This commit is contained in:
hensm
2018-11-28 01:22:54 +00:00
parent d267f0bd5a
commit 685c9d3a45
2 changed files with 7 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
"use strict";
const { Transform } = require("stream");
import { Transform } from "stream";
/**