Skip to content

Commit

Permalink
chore: 불필요한 컴포넌트 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
kangju2000 committed Sep 8, 2024
1 parent e90c2f7 commit e89aece
Show file tree
Hide file tree
Showing 26 changed files with 58 additions and 739 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ coverage
/test-results/
/playwright-report/
/playwright/.cache/

**/vite.config.ts.timestamp-*
2 changes: 1 addition & 1 deletion manifest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const [major, minor, patch, label = '0'] = packageJson.version.replace(/[^\d.-]+

const isDev = process.env.NODE_ENV === 'development'

export default defineManifest(async env => ({
export default defineManifest(async () => ({
manifest_version: 3,
name: isDev ? '[DEV] Gachon Tools - 사이버캠퍼스 확장프로그램' : 'Gachon Tools - 사이버캠퍼스 확장프로그램',
description: packageJson.description,
Expand Down
82 changes: 0 additions & 82 deletions src/components/ActivityItem.tsx

This file was deleted.

72 changes: 0 additions & 72 deletions src/components/ActivityList.tsx

This file was deleted.

23 changes: 0 additions & 23 deletions src/components/ChakraMotion.tsx

This file was deleted.

108 changes: 0 additions & 108 deletions src/components/ContentModal.tsx

This file was deleted.

31 changes: 0 additions & 31 deletions src/components/CourseList.tsx

This file was deleted.

28 changes: 0 additions & 28 deletions src/components/ItemList.tsx

This file was deleted.

Loading

0 comments on commit e89aece

Please sign in to comment.