Skip to content

Commit 6e308e0

Browse files
authored
[#634] v1 디렉토리 네이밍 수정 (#635)
* refactor: components 디렉토리 내부 파일 v1 > base로 이동 * fix: icon url 경로 절대경로로 수정 * refactor: v1/base > components/common 으로 수정 * refactor: api 폴더 구조 수정 - index 파일 제거 * refactor: 의미없는index 파일 사용하는 디렉토리 수정 * chore: recommend query ts 확장자로 수정 * chore: legacy icon 제거
1 parent 25ba068 commit 6e308e0

File tree

200 files changed

+397
-473
lines changed

Some content is hidden

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

200 files changed

+397
-473
lines changed

.storybook/preview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { initialize, mswLoader } from 'msw-storybook-addon';
44
import { QueryClient, QueryClientProvider } from '@tanstack/react-query';
55
import type { Preview } from '@storybook/react';
66

7-
import ToastProvider from '../src/v1/base/Toast/ToastProvider';
7+
import ToastProvider from '../src/components/common/Toast/ToastProvider';
88

99
import '@/styles/global.css';
1010

public/icons/legacy/back.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

public/icons/legacy/book.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/icons/legacy/bookIcon.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

public/icons/legacy/bookmark-legacy.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

public/icons/legacy/bookshelf.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/icons/legacy/close-legacy.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

public/icons/legacy/commentIcon.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

public/icons/legacy/hashtag.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/icons/legacy/job-card.svg

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)