This website works better with JavaScript
Home
Explore
Help
Sign In
kirkleon
/
terrassumptions
Watch
1
Star
0
Fork
0
Files
Issues
2
Pull Requests
0
Wiki
Tree:
fbb841c481
Branches
Tags
master
v2
terrassumpti...
/
client
/
src
/
components
/
loading.component.jsx
loading.component.jsx
93 B
History
Raw
1
2
3
4
5
import React from "react";
const Loading = () => <p>Loading...</p>
export default Loading;