feat: create management table component

This commit is contained in:
RadoslavDimchev 2023-11-03 09:50:51 +02:00
parent 8874f63b21
commit 5e0d0afb19
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
const ManagementTable = () => {
return <table></table>
}
export default ManagementTable