MatxSidenavContainer.jsx 181 Bytes
Newer Older
Giang Tran committed
1 2 3 4 5 6 7
import React from 'react'

const MatxSidenavContainer = ({ children }) => {
    return <div className="relative flex h-full">{children}</div>
}

export default MatxSidenavContainer