silancar/app/dashboard/etle/layout.tsx

8 lines
114 B
TypeScript
Raw Normal View History

2026-03-18 08:02:37 +00:00
export default function EtleLayout({
children,
}: {
children: React.ReactNode
}) {
return <>{children}</>
}