Skip to content

Commit

Permalink
feat: add test
Browse files Browse the repository at this point in the history
  • Loading branch information
kilee1230 committed Sep 18, 2024
1 parent 9c0565d commit 2caeaeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function App() {
return (
<VStack p={4}>
<ThemeSwitcher toggleTheme={toggleTheme} theme={theme} />
<Heading size="2xl">Jotai-Todo App</Heading>
<Heading size="2xl">Jotai-Todo App test</Heading>
<AddTodo addTodo={setAddTodo} />
<TodoList todos={todos} deleteTodo={deleteTodo} />
</VStack>
Expand Down

0 comments on commit 2caeaeb

Please sign in to comment.