source: pages/todo/+Page.tsx@ fdd776b

main
Last change on this file since fdd776b was 8ee4553, checked in by Bati <no-reply@…>, 7 months ago

scaffold Vike app with Bati

  • Property mode set to 100644
File size: 154 bytes
Line 
1import { TodoList } from "./TodoList.js";
2
3export default function Page() {
4 return (
5 <>
6 <h1>To-do List</h1>
7 <TodoList />
8 </>
9 );
10}
Note: See TracBrowser for help on using the repository browser.