Skip to content

Commit aba0e34

Browse files
committed
Create Loading Modal
- Created Loading Modal Loading.js and containing folder. - Currently non-functional.
1 parent 704128a commit aba0e34

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
import React, {Component} from 'react';
2+
3+
class Loading extends Component {
4+
render () {
5+
return (
6+
<div>I'm Loading Mom!</div>
7+
)
8+
}
9+
10+
}
11+
12+
export default Loading;

0 commit comments

Comments
 (0)