Initial commit

This commit is contained in:
Spectralitree
2020-12-09 09:15:55 +01:00
parent 000cc732a6
commit fe13aaa9e2
18 changed files with 15953 additions and 40 deletions

View 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>
)
}