Skip to content

Commit 05def4e

Browse files
committed
Run Biome.js, configure lineWidth to 160 for src/Map/**/*map_controllers.ts
1 parent cb724e9 commit 05def4e

File tree

9 files changed

+953
-953
lines changed

9 files changed

+953
-953
lines changed

assets/dist/Component/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import type { BackendInterface } from '../Backend/Backend';
22
import type BackendRequest from '../Backend/BackendRequest';
33
import BackendResponse from '../Backend/BackendResponse';
44
import type { ElementDriver } from './ElementDriver';
5-
import ValueStore from './ValueStore';
65
import type { PluginInterface } from './plugins/PluginInterface';
6+
import ValueStore from './ValueStore';
77
type MaybePromise<T = void> = T | Promise<T>;
88
export type ComponentHooks = {
99
connect: (component: Component) => MaybePromise;

0 commit comments

Comments
 (0)