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/layout.ts | |
| parent | 4b3e2dee521dbd3ced6a1c74a09bdad7e4f93a1d (diff) | |
Make tutorial disable features until introduced
Also add tutorial finish button and close icon
Diffstat (limited to 'src/layout.ts')
| -rw-r--r-- | src/layout.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layout.ts b/src/layout.ts index f5873ca..7cec2a5 100644 --- a/src/layout.ts +++ b/src/layout.ts @@ -7,7 +7,7 @@ */ import type {TolMap} from './tol'; -import {range, arraySum, linspace, limitVals, updateAscSeq} from './util'; +import {range, arraySum, linspace, limitVals, updateAscSeq} from './lib'; // Represents a node/tree that holds layout data for a TolNode node/tree export class LayoutNode { |
