update global (texte + logo)
This commit is contained in:
7
Linkwarden/components/Loader.tsx
Normal file
7
Linkwarden/components/Loader.tsx
Normal file
@ -0,0 +1,7 @@
|
||||
export default function Loading() {
|
||||
return (
|
||||
<div>
|
||||
<p>Loading...</p>
|
||||
</div>
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user