All checks were successful
Publish Docker Image / Publish Docker Image (push) Successful in 39s
10 lines
223 B
TypeScript
Executable File
10 lines
223 B
TypeScript
Executable File
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
|