This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
kirkleon
/
terrassumptions
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
2
Oczekujące zmiany
0
Wiki
Drzewo:
fbb841c481
Gałęzie
Tagi
master
v2
terrassumpti...
/
client
/
src
/
components
/
loading.component.jsx
loading.component.jsx
93 B
Historia
Czysty
1
2
3
4
5
import React from "react";
const Loading = () => <p>Loading...</p>
export default Loading;