-
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.
๐ Chore(#47): ํ์ด์ง ๋ผ์ฐํ
๋ณ๊ฒฝ
- BE์ ๋น์ฆ๋์ค ์ฉ์ด ๋ ผ์ ํ ํด๋น ๋ด์ฉ ๋ฐ์
- Loading branch information
1 parent
d301f51
commit ff8b6ca
Showing
11 changed files
with
68 additions
and
23 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,9 @@ | ||
const CreateQuestionsPage = () => { | ||
return ( | ||
<div> | ||
<h1>Create Questions</h1> | ||
</div> | ||
); | ||
}; | ||
|
||
export default CreateQuestionsPage; |
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 @@ | ||
const SteadyEditPage = () => { | ||
return <div>SteadyEditPage</div>; | ||
}; | ||
|
||
export default SteadyEditPage; |
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,9 @@ | ||
const EditQuestionsPage = () => { | ||
return ( | ||
<div> | ||
<h1>EditQuestionsPage</h1> | ||
</div> | ||
); | ||
}; | ||
|
||
export default EditQuestionsPage; |
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,9 @@ | ||
const SteadyManagePage = () => { | ||
return ( | ||
<div> | ||
<h1>SteadyManagePage</h1> | ||
</div> | ||
); | ||
}; | ||
|
||
export default SteadyManagePage; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,9 @@ | ||
const CreateTemplatePage = () => { | ||
return ( | ||
<div> | ||
<h1>CreateTemplatePage</h1> | ||
</div> | ||
); | ||
}; | ||
|
||
export default CreateTemplatePage; |
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,9 @@ | ||
const EditTemplatePage = () => { | ||
return ( | ||
<div> | ||
<h1>EditTemplatePage</h1> | ||
</div> | ||
); | ||
}; | ||
|
||
export default EditTemplatePage; |
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,9 @@ | ||
const MyTemplatePage = () => { | ||
return ( | ||
<div> | ||
<h1>My Template Page</h1> | ||
</div> | ||
); | ||
}; | ||
|
||
export default MyTemplatePage; |
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,9 @@ | ||
const MySteayPage = () => { | ||
return ( | ||
<div> | ||
<h1>My Steady Page</h1> | ||
</div> | ||
); | ||
}; | ||
|
||
export default MySteayPage; |