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 type { ReactNode } from "react";
|
||||||
import { ChatWidget } from "@/components/features/pacientes/chat-widget";
|
|
||||||
|
|
||||||
export default function PacientesLayout({ children }: { children: ReactNode }) {
|
export default function PacientesLayout({ children }: { children: ReactNode }) {
|
||||||
return (
|
return <>{children}</>;
|
||||||
<>
|
|
||||||
{children}
|
|
||||||
<ChatWidget />
|
|
||||||
</>
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user