mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-04 06:28:28 +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
|
||||
export class ApplicationComponent extends React.Component {
|
||||
state = { tool: 'huntOptimizer' }
|
||||
state = { tool: 'questEditor' }
|
||||
|
||||
render() {
|
||||
let toolComponent;
|
||||
|
Loading…
Reference in New Issue
Block a user