MCPcopy Create free account
hub / github.com/9d8dev/directory / Layout

Function Layout

components/craft.tsx:17–27  ·  view source on GitHub ↗
({ children, className }: LayoutProps)

Source from the content-addressed store, hash-verified

15};
16
17const Layout = ({ children, className }: LayoutProps) => {
18 return (
19 <html
20 lang="en"
21 suppressHydrationWarning
22 className={cn("scroll-smooth antialiased focus:scroll-auto", className)}
23 >
24 {children}
25 </html>
26 );
27};
28
29// Main Component
30type MainProps = {

Callers

nothing calls this directly

Calls 1

cnFunction · 0.70

Tested by

no test coverage detected