@@ -0,0 +1,9 @@
|
||||
import React from 'react'
|
||||
|
||||
type Props = { children: React.ReactNode }
|
||||
|
||||
|
||||
export default ({ children }: Props) => (
|
||||
<main className="flex-1 overflow-y-auto p-4">
|
||||
{children}
|
||||
</main>)
|
||||
Reference in New Issue
Block a user