mirror of
https://gitlab.com/MrFry/qmining-data-editor
synced 2026-04-28 19:27:37 +02:00
possible answers fix, next path fix, prettier format
This commit is contained in:
@@ -3,9 +3,9 @@ import React from 'react'
|
||||
import styles from './LoadingIndicator.module.css'
|
||||
|
||||
export default function LoadingIndicator() {
|
||||
return (
|
||||
<div className={styles.loadContainer}>
|
||||
<div className={styles.load} />
|
||||
</div>
|
||||
)
|
||||
return (
|
||||
<div className={styles.loadContainer}>
|
||||
<div className={styles.load} />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user