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