mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-04 22:58:29 +08:00
Quest editor should be the default tool.
This commit is contained in:
parent
e183cb4751
commit
f169f72002
@ -12,7 +12,7 @@ const HuntOptimizer = withErrorBoundary(HuntOptimizerComponent);
|
|||||||
|
|
||||||
@observer
|
@observer
|
||||||
export class ApplicationComponent extends React.Component {
|
export class ApplicationComponent extends React.Component {
|
||||||
state = { tool: 'huntOptimizer' }
|
state = { tool: 'questEditor' }
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
let toolComponent;
|
let toolComponent;
|
||||||
|
Loading…
Reference in New Issue
Block a user