mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-10 09:18:15 +01:00
fix: circular import from index (wtf) -> DeviceModelInternal
This commit is contained in:
committed by
Peter Sanderson
parent
7c4ece6559
commit
757166c1cd
@@ -1,4 +1,4 @@
|
||||
import { DeviceModelInternal } from './';
|
||||
import { DeviceModelInternal } from './deviceModelInternal';
|
||||
|
||||
type ModelColor = string;
|
||||
type ModelFrontColor = string;
|
||||
|
||||
Reference in New Issue
Block a user