Added measure tool

This commit is contained in:
Mitchell McCaffrey
2020-06-26 12:23:06 +10:00
parent dfce8dee05
commit 57754e0ac8
10 changed files with 305 additions and 2 deletions

View File

@@ -96,4 +96,8 @@ function ToolSection({ collapse, tools, onToolClick }) {
}
}
ToolSection.defaultProps = {
collapse: false,
};
export default ToolSection;