first commt
This commit is contained in:
10
resources/js/components/PageLayout.tsx
Normal file
10
resources/js/components/PageLayout.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import React, {PropsWithChildren} from "react"
|
||||
|
||||
const PageLayout = ({children}: PropsWithChildren) => {
|
||||
|
||||
return <div className="m-2">
|
||||
{children}
|
||||
</div>
|
||||
}
|
||||
|
||||
export default PageLayout
|
||||
Reference in New Issue
Block a user