Skip to content

Commit

Permalink
feat: todo 페이지 작성
Browse files Browse the repository at this point in the history
Co-Authored-By: 이선근 <[email protected]>
  • Loading branch information
salmontaker and 5unk3n committed Aug 24, 2023
1 parent df5e9ba commit b6c5edb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/pages/Todo.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
import TodoList from '../components/TodoList/TodoList'

function Todo() {
return <div>투두리스트 페이지입니다.</div>
return (
<div>
<TodoList />
</div>
)
}

export default Todo

0 comments on commit b6c5edb

Please sign in to comment.