mirror of
https://github.com/Novattz/creamlinux-installer.git
synced 2026-01-30 07:12:51 -05:00
fix import statement
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
* node scripts/release.js major "Major redesign with new UI"
|
* node scripts/release.js major "Major redesign with new UI"
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const { execSync } = require('child_process')
|
import { execSync } from 'child_process'
|
||||||
const { existsSync } = require('fs')
|
const { existsSync } = require('fs')
|
||||||
const path = require('path')
|
const path = require('path')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user