Skip to content

Commit bcfb912

Browse files
authored
Merge pull request #17 from TTORANG/refactor/script-box#16
refactor/스크립트 뷰어 컴포넌트
2 parents 00d8737 + 9e45a5e commit bcfb912

52 files changed

Lines changed: 1235 additions & 1011 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

package-lock.json

Lines changed: 405 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"lint-staged": "^16.2.7",
5252
"prettier": "3.7.4",
5353
"typescript": "~5.9.3",
54-
"vite": "^7.2.4"
54+
"vite": "^7.2.4",
55+
"vite-plugin-svgr": "^4.5.0"
5556
}
5657
}

src/assets/icons/Icon.svg

Lines changed: 4 additions & 0 deletions
Loading

src/assets/icons/icon-add.svg

Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading

src/assets/icons/icon-arrow-up.svg

Lines changed: 3 additions & 0 deletions
Loading

src/assets/icons/icon-close.svg

Lines changed: 4 additions & 0 deletions
Loading

src/assets/icons/icon-copy.svg

Lines changed: 11 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)