mirror of
https://github.com/logos-messaging/examples.waku.org.git
synced 2026-04-07 19:23:06 +00:00
8 lines
121 B
TypeScript
8 lines
121 B
TypeScript
export const Loading = () => {
|
|
return (
|
|
<div className="loading-block">
|
|
<p>Loading...</p>
|
|
</div>
|
|
);
|
|
};
|