add app
This commit is contained in:
9
app/src/components/Loading.tsx
Normal file
9
app/src/components/Loading.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
const Loading = () => {
|
||||
return (
|
||||
<div>
|
||||
<h2>Lädt Skia...</h2>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default Loading;
|
||||
Reference in New Issue
Block a user