mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-11 18:32:50 +00:00
fixed routing
This commit is contained in:
14
client/js/components/utils/Loading.js
Normal file
14
client/js/components/utils/Loading.js
Normal file
@@ -0,0 +1,14 @@
|
||||
import React from 'react';
|
||||
|
||||
//loading icon
|
||||
import loading from '../../../assets/images/loading.svg';
|
||||
|
||||
export default class Loading extends React.Component{
|
||||
render(){
|
||||
return(
|
||||
<div class="Loading">
|
||||
<img src={loading} alt="loading..."/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user