mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-01 22:57:19 +02:00
refactor: auto ordered imports (#9163)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
const fs = require("fs");
|
||||
const util = require("util");
|
||||
|
||||
const exec = util.promisify(require("child_process").exec);
|
||||
const updateChangelog = require("./updateChangelog");
|
||||
|
||||
|
Reference in New Issue
Block a user