Initial commit
This commit is contained in:
8
src/Components/Loading.js
Normal file
8
src/Components/Loading.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import React from 'react';
|
||||
import * as BS from 'react-bootstrap'
|
||||
|
||||
export default function Loading() {
|
||||
return (
|
||||
<BS.Container fluid className="text-center"><BS.Spinner animation="border" /></BS.Container>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user