This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
kirkleon
/
terrassumptions
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
2
Pull Requests
0
Wiki
Aborescence:
fbb841c481
Branches
Tags
master
v2
terrassumpti...
/
client
/
src
/
components
/
loading.component.jsx
loading.component.jsx
93 B
Historique
Raw
1
2
3
4
5
import React from "react";
const Loading = () => <p>Loading...</p>
export default Loading;