import type { ToastType } from "../hooks/useToast"; export function TodoView(_props: { addToast?: (msg: string, type?: ToastType) => void; projectId?: string }) { return null; }