리펙토링: Node.js 프로젝트 폴더 구조 적용

This commit is contained in:
2026-05-14 11:01:11 +09:00
parent 65ac35929a
commit dcd3c9a6e9
13 changed files with 4 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
export const state = {
files: [],
currentFolder: null,
selectedIdxs: new Set(),
};