'use client' import { TodoPanel } from '@/widgets/todo' export default function TodosPage() { return (
) }