forked from RiseUP/riseup-squad20
fix: patient-section
This commit is contained in:
parent
f6fad55ff3
commit
8df4239406
@ -1,11 +1,5 @@
|
||||
import type { ReactNode } from "react";
|
||||
import { ChatWidget } from "@/components/features/pacientes/chat-widget";
|
||||
|
||||
export default function PacientesLayout({ children }: { children: ReactNode }) {
|
||||
return (
|
||||
<>
|
||||
{children}
|
||||
<ChatWidget />
|
||||
</>
|
||||
);
|
||||
return <>{children}</>;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user