diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-06-20 19:50:32 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-06-20 19:50:32 +1000 |
| commit | 9a7bb3db01fe2e99ccc12285c63323bc67c278e8 (patch) | |
| tree | 96d9e6c1b2d3e4225fb603d0296048f5cffb753a /src/layout.ts | |
| parent | 2374693a86532637ccf472af5960e68851308528 (diff) | |
Increase type-consistency via server-classes and client-types
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 0dd598d..416ec73 100644 --- a/src/layout.ts +++ b/src/layout.ts @@ -6,7 +6,7 @@ * find a tile-based layout, filling in node fields to represent placement. */ -import type {TolMap} from './tol'; +import type {TolMap} from './lib'; import {range, arraySum, linspace, limitVals, updateAscSeq} from './lib'; // Represents a node/tree that holds layout data for a TolNode node/tree |
