| 4 | import "@/styles/docs.css"; |
| 5 | |
| 6 | interface DocsShellLayoutProps { |
| 7 | children: React.ReactNode; |
| 8 | } |
| 9 | |
| 10 | export function DocsShellLayout({ children }: DocsShellLayoutProps) { |
| 11 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected