mirror of
https://github.com/WDI-Ideas/rubix-admin-panel.git
synced 2026-04-28 02:25:51 +00:00
9 lines
162 B
JavaScript
9 lines
162 B
JavaScript
import React from 'react'
|
|
|
|
const CommunityCardsTableView = () => {
|
|
return (
|
|
<div>CommunityCardsTableView</div>
|
|
)
|
|
}
|
|
|
|
export default CommunityCardsTableView |