mirror of
https://github.com/Fabio286/antares.git
synced 2025-02-16 19:50:37 +01:00
fix: wrong path module importation
This commit is contained in:
parent
f82db96f34
commit
472fa6f430
@ -1,7 +1,7 @@
|
||||
import * as antares from 'common/interfaces/antares';
|
||||
import * as workers from 'common/interfaces/workers';
|
||||
import * as fs from 'fs';
|
||||
import path from 'path';
|
||||
import * as path from 'path';
|
||||
import { ChildProcess, fork } from 'child_process';
|
||||
import { ipcMain, dialog } from 'electron';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user