mirror of
https://github.com/supabase/supabase.git
synced 2026-05-09 18:30:12 -04:00
6 lines
100 B
TypeScript
6 lines
100 B
TypeScript
function BlogLayout(props: any) {
|
|
return <div>{props.children}</div>
|
|
}
|
|
|
|
export default BlogLayout
|