CHORE(app): initial configuration
- Add initial app settings - Configure base deployment
This commit is contained in:
5
services/nextjs/app/page.tsx
Normal file
5
services/nextjs/app/page.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { TodoApp } from '@/src/widgets/todo-app'
|
||||
|
||||
export default function Home() {
|
||||
return <TodoApp />
|
||||
}
|
||||
Reference in New Issue
Block a user