Skip to content

Commit ec276c0

Browse files
committed
fix: undo double importation
1 parent b2dc743 commit ec276c0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.suite-cli/cli/cli.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ const { execSync } = require('node:child_process')
77
const { cwd } = require('node:process');
88
const { readFileSync } = require('node:fs');
99
const path = require('node:path');
10-
const { cwd } = require('node:process');
11-
const { readFileSync } = require('node:fs');
12-
const path = require('node:path');
1310
const actionHandlers = require('./scripts')
1411
const { logInfo, getExistingComponent, getExistingApps, getNextAvailablePort, scaffoldApp, scaffoldGateways, readFileContent } = require('./scripts/scripts.module');
1512

0 commit comments

Comments
 (0)