Skip to content

Commit 9cda299

Browse files
authored
Merge pull request #115 from cskime/fix/#31
[#31] 메인 페이지 관련 불필요한 파일 정리, 빌드 오류 수정
2 parents 7bbdb18 + 2fa017c commit 9cda299

File tree

14 files changed

+13
-722
lines changed

14 files changed

+13
-722
lines changed

env.development

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

env.production

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

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<link rel="stylesheet" href="/src/styles/global.css" />
77
<link rel="stylesheet" href="/src/styles/colors.css" />
8-
<link rel="stylesheet" href="/src/styles/style.css" />
98
<link
109
rel="stylesheet"
1110
as="style"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"react-router-dom": "^7.8.0",
2020
"styled-components": "^6.1.19"
2121
},
22-
"devDepenpmndencies": {
22+
"devDependencies": {
2323
"@eslint/js": "^9.32.0",
2424
"@types/react": "^19.1.9",
2525
"@types/react-dom": "^19.1.7",

src/assets/ld-emoji2.png

-3.61 KB
Binary file not shown.

src/assets/ld-emoji23.png

-4.92 KB
Binary file not shown.

src/assets/ld-emoji3.png

-1.38 KB
Binary file not shown.

src/assets/ld-emoji4.png

-21.3 KB
Binary file not shown.

src/assets/ld-ic-man.png

-2.69 KB
Binary file not shown.

src/assets/ld-point01.png

-1.26 KB
Binary file not shown.

0 commit comments

Comments
 (0)