This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
kirkleon
/
terrassumptions
Segui
1
Vota
0
Forka
0
File
Problemi
2
Pull Requests
0
Wiki
Albero (Tree):
fbb841c481
Rami (Branch)
Tag
master
v2
terrassumpti...
/
client
/
src
/
components
/
loading.component.jsx
loading.component.jsx
93 B
Cronologia
Originale
1
2
3
4
5
import React from "react";
const Loading = () => <p>Loading...</p>
export default Loading;