mirror of
https://gitlab.com/MrFry/qmining-data-editor
synced 2026-04-28 19:27:37 +02:00
Complete project redo, got carried away, and forgot to commit during rewriting
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
import React, { PureComponent } from 'react'
|
||||
import React from 'react'
|
||||
|
||||
class LoadingIndicator extends PureComponent {
|
||||
render () {
|
||||
return (
|
||||
<div className='loadingindicator'>
|
||||
Loading...
|
||||
</div>
|
||||
)
|
||||
}
|
||||
import styles from './LoadingIndicator.module.css'
|
||||
|
||||
export default function LoadingIndicator() {
|
||||
return (
|
||||
<div className={styles.loadContainer}>
|
||||
<div className={styles.load} />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default LoadingIndicator
|
||||
|
||||
Reference in New Issue
Block a user