Quest editor should be the default tool.

This commit is contained in:
Daan Vanden Bosch 2019-06-12 10:49:18 +02:00
parent e183cb4751
commit f169f72002

View File

@ -12,7 +12,7 @@ const HuntOptimizer = withErrorBoundary(HuntOptimizerComponent);
@observer
export class ApplicationComponent extends React.Component {
state = { tool: 'huntOptimizer' }
state = { tool: 'questEditor' }
render() {
let toolComponent;