import Screen from support types not widget

This commit is contained in:
Polfish 2024-05-09 15:51:48 -07:00
parent fe9785bd8c
commit 7e7ecf08a3
No known key found for this signature in database
GPG Key ID: E706CA7CBC58FD52

View File

@ -4,8 +4,8 @@ import type {
Widget,
VehicleWidget,
WidgetMap,
Screen,
} from 'src/types/widget';
import type { Screen } from 'src/types/support-types';
import type { Message } from 'src/types/schema-types';
import type { Element, ElementMap } from 'src/types/element';
import type { LinkedSectionWidget, Section } from 'src/types/support-types';