Added vehicle and owner pages/routes.
This commit is contained in:
@@ -6,6 +6,7 @@ export default function LoadingSpinner({ loading = true, message, ...props }) {
|
||||
return (
|
||||
<Spin
|
||||
spinning={loading}
|
||||
style={{ position: "absolute", top: "50%", left: "50%" }}
|
||||
className="loading-spinner"
|
||||
size="large"
|
||||
//delay="500"
|
||||
|
||||
Reference in New Issue
Block a user