This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
kirkleon
/
terrassumptions
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
2
Pull-pyynnöt
0
Wiki
Puu:
fbb841c481
Branchit
Tagit
master
v2
terrassumpti...
/
client
/
src
/
components
/
loading.component.jsx
loading.component.jsx
93 B
Historia
Raaka
1
2
3
4
5
import React from "react";
const Loading = () => <p>Loading...</p>
export default Loading;