fix: circular import from index (wtf) -> DeviceModelInternal

This commit is contained in:
Peter Sanderson
2025-09-12 13:10:33 +02:00
committed by Peter Sanderson
parent 7c4ece6559
commit 757166c1cd

View File

@@ -1,4 +1,4 @@
import { DeviceModelInternal } from './';
import { DeviceModelInternal } from './deviceModelInternal';
type ModelColor = string;
type ModelFrontColor = string;