Skip to content

Commit

Permalink
[#634] v1 디렉토리 네이밍 수정 (#635)
Browse files Browse the repository at this point in the history
* refactor: components 디렉토리 내부 파일 v1 > base로 이동

* fix: icon url 경로 절대경로로 수정

* refactor: v1/base > components/common 으로 수정

* refactor: api 폴더 구조 수정

- index 파일 제거

* refactor: 의미없는index 파일 사용하는 디렉토리 수정

* chore: recommend query ts 확장자로 수정

* chore: legacy icon 제거
  • Loading branch information
gxxrxn committed Jun 17, 2024
1 parent 34b4efb commit 86c304a
Show file tree
Hide file tree
Showing 200 changed files with 397 additions and 473 deletions.
2 changes: 1 addition & 1 deletion .storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { initialize, mswLoader } from 'msw-storybook-addon';
import { QueryClient, QueryClientProvider } from '@tanstack/react-query';
import type { Preview } from '@storybook/react';

import ToastProvider from '../src/v1/base/Toast/ToastProvider';
import ToastProvider from '../src/components/common/Toast/ToastProvider';

import '@/styles/global.css';

Expand Down
3 changes: 0 additions & 3 deletions public/icons/legacy/back.svg

This file was deleted.

1 change: 0 additions & 1 deletion public/icons/legacy/book.svg

This file was deleted.

3 changes: 0 additions & 3 deletions public/icons/legacy/bookIcon.svg

This file was deleted.

3 changes: 0 additions & 3 deletions public/icons/legacy/bookmark-legacy.svg

This file was deleted.

1 change: 0 additions & 1 deletion public/icons/legacy/bookshelf.svg

This file was deleted.

3 changes: 0 additions & 3 deletions public/icons/legacy/close-legacy.svg

This file was deleted.

3 changes: 0 additions & 3 deletions public/icons/legacy/commentIcon.svg

This file was deleted.

1 change: 0 additions & 1 deletion public/icons/legacy/hashtag.svg

This file was deleted.

5 changes: 0 additions & 5 deletions public/icons/legacy/job-card.svg

This file was deleted.

3 changes: 0 additions & 3 deletions public/icons/legacy/kakao-legacy.svg

This file was deleted.

3 changes: 0 additions & 3 deletions public/icons/legacy/left-arrow.svg

This file was deleted.

3 changes: 0 additions & 3 deletions public/icons/legacy/like.svg

This file was deleted.

3 changes: 0 additions & 3 deletions public/icons/legacy/lock.svg

This file was deleted.

Loading

0 comments on commit 86c304a

Please sign in to comment.