init
This commit is contained in:
3
frontend/src/components/LoadingView.tsx
Normal file
3
frontend/src/components/LoadingView.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export function LoadingView({ message = "Loading..." }: { message?: string }) {
|
||||
return <div className="loading-view">{message}</div>;
|
||||
}
|
||||
Reference in New Issue
Block a user