configuration

This commit is contained in:
SpikeHD
2022-05-08 19:32:34 -07:00
parent 5880b530de
commit a304e6964f
6 changed files with 105 additions and 322 deletions

View File

@@ -3,12 +3,16 @@ import logo from './logo.svg'
import './App.css'
import './custom.css'
// Config
import { getConfigOption } from '../utils/configuration'
// Major Components
import Topbar from './components/TopBar'
import BigButton from './components/common/BigButton'
function playGame() {
alert('cum')
getConfigOption('test')
}
function App() {