All checks were successful
Publish Docker Image / Publish Docker Image (push) Successful in 39s
8 lines
168 B
TypeScript
Executable File
8 lines
168 B
TypeScript
Executable File
const CellLoading = () => (
|
|
<div className="flex w-auto justify-center">
|
|
<p className="loading loading-bars loading-lg" />
|
|
</div>
|
|
)
|
|
|
|
export default CellLoading
|