Massive change. Changed to react-scripts (webpack) for building. Changed to material-ui where applicable. Changed to CSS-in-JS.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import React from 'react';
|
||||
|
||||
import './LoadingView.css';
|
||||
|
||||
const LoadingView = () =>
|
||||
{
|
||||
return (
|
||||
<div className='LoadingView' />
|
||||
);
|
||||
};
|
||||
|
||||
export default LoadingView;
|
||||
Reference in New Issue
Block a user