refactors, dynamic constants (lol)

This commit is contained in:
mrfry
2023-03-29 19:12:41 +02:00
parent 755891710a
commit d4553896af
25 changed files with 323 additions and 312 deletions
+1 -1
View File
@@ -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) {