home page started
This commit was merged in pull request #2.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import React, { Children } from 'react'
|
||||
|
||||
export default function CardContainer({children}) {
|
||||
return (
|
||||
<div className='w-full h-full py-4 flex flex-col gap-1 rounded-sm shadow-shadow_round bg-white'>{children}</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user