-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* design: 레이아웃 수정 #56 * feat: 팀랭킹페이지 제거 및 임시코드 작성 #56 * design: 팀랭킹페이지 반응형 수정 #56 * feat: 팀 스터디 라우팅 설정 #59
- Loading branch information
1 parent
7f1260a
commit 4151fbe
Showing
2 changed files
with
14 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
import { Flex } from '@chakra-ui/react'; | ||
|
||
const Page = () => { | ||
return <Flex w="100%" bg="#F7F7F7" />; | ||
}; | ||
|
||
export default Page; |
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,7 @@ | ||
import { Flex } from '@chakra-ui/react'; | ||
|
||
const Page = () => { | ||
return <Flex w="100%" bg="#F7F7F7" />; | ||
}; | ||
|
||
export default Page; |