This commit is contained in:
0x1eef 2023-07-17 09:24:27 -03:00
parent 7cc2c7f73a
commit d30c9d1c3b
2 changed files with 4 additions and 4 deletions

View file

@ -1 +1 @@
v0.4.5
v0.5.0

View file

@ -138,9 +138,9 @@ export function RefreshShape({ onClick }: Props) {
export function LoadingShape() {
return (
<div className="loading">
<div></div>
<div></div>
<div></div>
<div />
<div />
<div />
</div>
);
}