@@ -14,12 +14,6 @@ import {
1414import  Settings  from  "../settings.mjs" ; 
1515import  Logger  from  "../logger.mjs" ; 
1616import  {  compare  }  from  "../utils/semverUtil.mjs" ; 
17- import  type  {  WebviewMessage  }  from  "./newProjectPanel.mjs" ; 
18- import  { 
19-   getNonce , 
20-   getProjectFolderDialogOptions , 
21-   getWebviewOptions , 
22- }  from  "./newProjectPanel.mjs" ; 
2317import  {  existsSync  }  from  "fs" ; 
2418import  {  join  }  from  "path" ; 
2519import  {  PythonExtension  }  from  "@vscode/python-extension" ; 
@@ -28,9 +22,18 @@ import { setupZephyr } from "../utils/setupZephyr.mjs";
2822import  {  getCmakeReleases ,  getNinjaReleases  }  from  "../utils/githubREST.mjs" ; 
2923import  {  getSystemCmakeVersion  }  from  "../utils/cmakeUtil.mjs" ; 
3024import  {  generateZephyrProject  }  from  "../utils/projectGeneration/projectZephyr.mjs" ; 
31- import  {  BoardType ,  type  ZephyrSubmitMessageValue  }  from  "./sharedEnums.mjs" ; 
25+ import  { 
26+   BoardType , 
27+   type  WebviewMessage , 
28+   type  ZephyrSubmitMessageValue , 
29+ }  from  "./sharedEnums.mjs" ; 
3230import  {  getSystemNinjaVersion  }  from  "../utils/ninjaUtil.mjs" ; 
3331import  {  checkGitWithProgress  }  from  "../utils/gitUtil.mjs" ; 
32+ import  { 
33+   getNonce , 
34+   getProjectFolderDialogOptions , 
35+   getWebviewOptions , 
36+ }  from  "./sharedFunctions.mjs" ; 
3437
3538export  class  NewZephyrProjectPanel  { 
3639  public  static  currentPanel : NewZephyrProjectPanel  |  undefined ; 
0 commit comments