# RootLayout Documentation for the RootLayout component. ## Installation ```bash deno run -A jsr:@lockness/ui add rootlayout ``` ## Usage ```tsx import { RootLayout } from '@lockness/ui/components' export const HomePage = () => (

Welcome to my app

) ``` ## Props | Prop | Type | Default | Description | | ---- | ---- | ------- | ----------- | | TBD | TBD | TBD | TBD |