add storage to store column defs on the table
This commit is contained in:
parent
e6fefa680d
commit
bd04259b00
1 changed files with 9 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
import Loading from "../../../ui/loading";
|
||||
|
||||
export default function LoadingOverlay() {
|
||||
return (
|
||||
<div className=" flex h-full w-full items-center justify-center bg-background align-middle">
|
||||
<Loading />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue