diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-05-23 21:23:11 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-05-23 21:23:11 +1000 |
| commit | 16503a01759bc4f3a930c957367b972b8e9c17cb (patch) | |
| tree | e4b79701e78078df4947e525ff554ccabe2e1744 /src/components/Tile.vue | |
| parent | 4b3e2dee521dbd3ced6a1c74a09bdad7e4f93a1d (diff) | |
Make tutorial disable features until introduced
Also add tutorial finish button and close icon
Diffstat (limited to 'src/components/Tile.vue')
| -rw-r--r-- | src/components/Tile.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Tile.vue b/src/components/Tile.vue index 7f15f3c..73a5c92 100644 --- a/src/components/Tile.vue +++ b/src/components/Tile.vue @@ -5,7 +5,7 @@ import {LayoutNode} from '../layout'; import type {LayoutOptions} from '../layout'; import type {TolMap} from '../tol'; import {TolNode} from '../tol'; -import {capitalizeWords} from '../util'; +import {capitalizeWords} from '../lib'; // Displays one, or a hierarchy of, tree-of-life nodes, as a 'tile' export default defineComponent({ |
