-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: action/checkout 버전업 * feat: 초기 설정 및 overview 페이지 마크업 * feat: 필요없는 파일 삭제, panda preset 에 textStyle 추가 * feat: build-docs 액션 추가 * feat: 타이포 추가 * feat: 액션 삭제 * feat: styled-system 반영 * feat: wow-ui에도 반영 * chore: changset 추가 * feat: title 컴포넌트 생성 및 디자인 수정 * fix: font-family 명 수정 * fix: 페이지 라우팅 경로 수정 * feat: components 절대경로 추가, Text 컴포넌트 위치 변경 * feat: 사이드 바 완성 * feat: 네비게이션 바 * feat: components 경로 panda config에 추가, constant 절대경로 추가
- Loading branch information
Showing
6 changed files
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
export const routePath = { | ||
overview: "/overview", | ||
foundation: "/foundation", | ||
component: "/component", | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters