Skip to content

Commit

Permalink
fix: layout 컴포넌트를 components 하위 폴더로 이동
Browse files Browse the repository at this point in the history
  • Loading branch information
adultlee committed Nov 8, 2023
1 parent 5e7a3af commit b5e8135
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
File renamed without changes.
3 changes: 1 addition & 2 deletions FE/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"@foundation/*": ["./src/components/foundation/*"],
"@page/*": ["./src/page/*"],
"@constants/*": ["./src/constants/*"],
"@styles/*": ["./src/styles/*"],
"@layout/*": ["./src/layout/*"]
"@styles/*": ["./src/styles/*"]
}
},
"include": ["src"]
Expand Down
1 change: 0 additions & 1 deletion FE/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ module.exports = {
'@page': path.resolve(__dirname, 'src/page/'),
'@constants': path.resolve(__dirname, 'src/constants/'),
'@styles': path.resolve(__dirname, 'src/styles/'),
'@layout': path.resolve(__dirname, 'src/layout/'),
},
},

Expand Down

0 comments on commit b5e8135

Please sign in to comment.