Skip to content

Commit 716a811

Browse files
committed
chore: moved import
1 parent fb8bb9e commit 716a811

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

packages/app-backend-core/src/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import {
44
Plugin,
55
BuiltinBackendFeature,
66
AppRecord,
7-
now,
87
} from '@vue-devtools/app-backend-api'
98
import {
109
Bridge,
@@ -36,7 +35,7 @@ import {
3635
refreshComponentTreeSearch,
3736
} from './component'
3837
import { addQueuedPlugins, addPlugin, sendPluginList, addPreviouslyRegisteredPlugins } from './plugin'
39-
import { PluginDescriptor, SetupFunction, TimelineLayerOptions, TimelineEventOptions, CustomInspectorOptions, Hooks } from '@vue/devtools-api'
38+
import { PluginDescriptor, SetupFunction, TimelineLayerOptions, TimelineEventOptions, CustomInspectorOptions, Hooks, now } from '@vue/devtools-api'
4039
import { registerApp, selectApp, waitForAppsRegistration, sendApps, _legacy_getAndRegisterApps, getAppRecord, removeApp } from './app'
4140
import { sendInspectorTree, getInspector, getInspectorWithAppId, sendInspectorState, editInspectorState, sendCustomInspectors, selectInspectorNode } from './inspector'
4241
import { showScreenshot } from './timeline-screenshot'

packages/app-backend-core/src/timeline.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import { BackendContext, AppRecord, now } from '@vue-devtools/app-backend-api'
1+
import { BackendContext, AppRecord } from '@vue-devtools/app-backend-api'
22
import { BridgeEvents, HookEvents, stringify, SharedData } from '@vue-devtools/shared-utils'
3-
import { App, ID, TimelineEventOptions, WithId } from '@vue/devtools-api'
3+
import { App, ID, TimelineEventOptions, WithId, now } from '@vue/devtools-api'
44
import { hook } from './global-hook'
55
import { getAppRecord, getAppRecordId } from './app'
66
import { builtinLayers } from './timeline-builtins'

0 commit comments

Comments
 (0)