diff --git a/.eslintrc.cjs b/.eslintrc.cjs
index a9a5bd8b..10c01d36 100644
--- a/.eslintrc.cjs
+++ b/.eslintrc.cjs
@@ -24,5 +24,16 @@ module.exports = {
"vue/no-multiple-template-root": "off",
"vue/no-v-for-template-key": "off",
"vue/multi-word-component-names": "off",//TODO: 삭제
- }
+ },
+ settings: {
+ 'import/resolver': {
+ alias: {
+ map: [
+ ['@', './hwe/ts'],
+ ['@util', './hwe/ts/util'],
+ ['@scss', './hwe/scss'],
+ ]
+ }
+ }
+ },
}
\ No newline at end of file
diff --git a/css/login.css b/hwe/scss/gateway/login.scss
similarity index 100%
rename from css/login.css
rename to hwe/scss/gateway/login.scss
diff --git a/hwe/ts/Board.vue b/hwe/ts/Board.vue
index e3aa5e12..aea26b97 100644
--- a/hwe/ts/Board.vue
+++ b/hwe/ts/Board.vue
@@ -60,18 +60,18 @@