Skip to content

Commit

Permalink
refactor: icons & images refactoring (#244)
Browse files Browse the repository at this point in the history
* refactor: 미사용 image 수정 및 경로 변경

* refactor: 미사용 icon 정리 및 폴더 구조화

* refactor: 미사용 image 삭제

* refactor: 미사용 image 수정 및 경로 변경

* refactor: 이미지 import 수정

* fix: icon import 경로 수정

* refactor: 미사용 icon 정리 및 폴더 구조화

* fix: eslint-import/order 수정

* fix: sort-import 미사용 수정

* fix: import/order 미사용

* fix: LowerCase build error 수정
  • Loading branch information
kledyu authored Oct 6, 2023
1 parent 38d121b commit f361655
Show file tree
Hide file tree
Showing 125 changed files with 209 additions and 255 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"prettier" // eslint-config-prettier prettier와 중복된 eslint 규칙 제거
],
"rules": {
"import/order": "off",
"react/react-in-jsx-scope": "off", // react 17부턴 import 안해도돼서 기능 끔
// 경고표시, 파일 확장자를 .ts나 .tsx 모두 허용함
"react/jsx-filename-extension": ["warn", { "extensions": [".ts", ".tsx"] }],
Expand Down
Binary file removed public/defaultImage.jpg
Binary file not shown.
File renamed without changes
Binary file removed public/menu.png
Binary file not shown.
Binary file removed public/ruppy.png
Binary file not shown.
Binary file removed src/assets/defaultImage.jpg
Binary file not shown.
12 changes: 0 additions & 12 deletions src/assets/icons/BottomArrow.svg

This file was deleted.

3 changes: 0 additions & 3 deletions src/assets/icons/Rank1.svg

This file was deleted.

3 changes: 0 additions & 3 deletions src/assets/icons/Rank2.svg

This file was deleted.

4 changes: 0 additions & 4 deletions src/assets/icons/Rank3.svg

This file was deleted.

11 changes: 0 additions & 11 deletions src/assets/icons/Sunny.svg

This file was deleted.

File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Loading

1 comment on commit f361655

@vercel
Copy link

@vercel vercel bot commented on f361655 Oct 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

client-rosg – ./

client-rosg-six-sense2.vercel.app
officener.vercel.app
client-rosg-git-dev-six-sense2.vercel.app

Please sign in to comment.