Skip to content

Commit

Permalink
Merge pull request #14 from study2895/main
Browse files Browse the repository at this point in the history
[Design] ๋ฉ”์ธํŽ˜์ด์ง€ ๊ธฐ๋Šฅ ์ถ”๊ฐ€ ๋ฐ ๋””์ž์ธ ์ˆ˜์ •, ์บ˜๋ฆฐ๋”, ๋งˆ์ดํŽ˜์ด์ง€ ๋””์ž์ธ ์ˆ˜์ •, 404ํŽ˜์ด์ง€ ์ˆ˜์ • ๋“ฑ
  • Loading branch information
study2895 authored Oct 26, 2024
2 parents b7d9d54 + b3cdb54 commit f3cdbb2
Show file tree
Hide file tree
Showing 33 changed files with 842 additions and 705 deletions.
14 changes: 14 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@
"bootstrap": "^5.3.3",
"core-js": "^3.8.3",
"cors": "^2.8.5",
"date-fns": "^2.30.0",
"express": "^4.21.1",
"http-proxy-middleware": "^3.0.3",
"register-service-worker": "^1.7.2",
"v-calendar": "^3.1.2",
"vue": "^3.2.13",
"vue-cal": "^4.10.0",
"vue-router": "^4.0.3",
"vuex": "^4.0.0"
},
Expand Down
2 changes: 2 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
<script>
import '@/assets/styles/main.css'
import '@/assets/styles/global.css'
import MainHeader from '@/components/layout/Header.vue'
import MainFooter from '@/components/layout/Footer.vue'
export default {
name: 'App' // ์ปดํฌ๋„ŒํŠธ ๋ช… ์ถ”๊ฐ€
}
Expand Down
31 changes: 0 additions & 31 deletions src/assets/Icons/FooterIcons/CalendarIcon.vue

This file was deleted.

30 changes: 0 additions & 30 deletions src/assets/Icons/FooterIcons/HomeIcon.vue

This file was deleted.

22 changes: 0 additions & 22 deletions src/assets/Icons/FooterIcons/ListIcon.vue

This file was deleted.

28 changes: 0 additions & 28 deletions src/assets/Icons/FooterIcons/RefreshIcon.vue

This file was deleted.

23 changes: 0 additions & 23 deletions src/assets/Icons/FooterIcons/UserIcon.vue

This file was deleted.

4 changes: 4 additions & 0 deletions src/assets/Icons/akoming/arrow-right.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions src/assets/Icons/akoming/stamp/color/colork.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f3cdbb2

Please sign in to comment.