refactor: circular deps part 1

This commit is contained in:
Nathan Walker
2025-07-06 10:05:35 -07:00
parent 0fe60552a3
commit 84f5f1920d
14 changed files with 85 additions and 127 deletions

View File

@ -2,7 +2,7 @@
import { ViewBase } from '../ui/core/view-base';
//Requires
import { getNodeById } from './dom-node';
import { getNodeById } from './dom-types';
import { mainThreadify } from '../utils';
// Use lazy requires for core modules