fixed types

This commit is contained in:
Lucas Oliveira 2025-10-22 18:16:49 -03:00
parent a9599c5330
commit b8e15625d5

View file

@ -28,7 +28,7 @@ export function ChatRenderer({
settings, settings,
children, children,
}: { }: {
settings: Settings; settings: Settings | undefined;
children: React.ReactNode; children: React.ReactNode;
}) { }) {
const pathname = usePathname(); const pathname = usePathname();