diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-06-24 19:12:13 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-06-24 19:12:13 +1000 |
| commit | bce4ab3facf63f70a0dd3cefa1f8c82453dba2d4 (patch) | |
| tree | ce156edd2ba0c5e07e264c003300cb30204dec66 /src/layout.ts | |
| parent | 12a4c1fd39b12bda8d98d3a03ee3751c95b7a91c (diff) | |
Add type annotations for UI options
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 f35076f..883192f 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 './lib'; +import {TolMap} from './lib'; import {range, arraySum, linspace, limitVals, updateAscSeq} from './lib'; // Represents a node/tree that holds layout data for a TolNode node/tree |
