mirror of
https://gitlab.com/MrFry/qmining-page
synced 2026-04-28 03:07:36 +02:00
refactors, dynamic constants (lol)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import React, { useState, useEffect } from 'react'
|
||||
|
||||
import constants from '../constants.json'
|
||||
import constants from '../constants'
|
||||
|
||||
const soundCount = 7
|
||||
function GetRandom(min, max) {
|
||||
|
||||
Reference in New Issue
Block a user