Social handles CRUD (admin side, nothing user-facing)
This commit is contained in:
9
web/src/components/Cell/CellEmpty/CellEmpty.tsx
Normal file
9
web/src/components/Cell/CellEmpty/CellEmpty.tsx
Normal file
@ -0,0 +1,9 @@
|
||||
const CellEmpty = () => (
|
||||
<div className="flex justify-center">
|
||||
<div className="alert w-auto">
|
||||
<p className="text-center font-inter">It's empty in here...</p>
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
|
||||
export default CellEmpty
|
Reference in New Issue
Block a user