Use wasm to decode stake account
This commit is contained in:
committed by
Michael Vines
parent
29ec98d0a1
commit
26e4767fdd
12
explorer/src/components/common/LoadingCard.tsx
Normal file
12
explorer/src/components/common/LoadingCard.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import React from "react";
|
||||
|
||||
export default function LoadingCard() {
|
||||
return (
|
||||
<div className="card">
|
||||
<div className="card-body text-center">
|
||||
<span className="spinner-grow spinner-grow-sm mr-2"></span>
|
||||
Loading
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user