mirror of
https://github.com/Novattz/creamlinux-installer.git
synced 2026-01-24 20:32:51 -05:00
fix import statement
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
import { execSync } from 'child_process'
|
import { execSync } from 'child_process'
|
||||||
const { existsSync } = require('fs')
|
import { existsSync } from 'fs'
|
||||||
const path = require('path')
|
const path = require('path')
|
||||||
|
|
||||||
// Configuration
|
// Configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user