mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-16 17:14:36 +01:00
configuration
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user