Skip to content

Commit

Permalink
Merge imports
Browse files Browse the repository at this point in the history
  • Loading branch information
igor10k committed Jan 16, 2025
1 parent 0e2ab31 commit d1ad8d4
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions packages/compat/source/adapter/host.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@ import {
type RemoteFragmentSerialization as LegacyRemoteFragmentSerialization,
} from '@remote-ui/core';

import type {
RemoteMutationRecord,
RemoteTextSerialization,
RemoteElementSerialization,
RemoteConnection,
RemoteNodeSerialization,
} from '@remote-dom/core';
import {
ROOT_ID,
NODE_TYPE_TEXT,
Expand All @@ -28,6 +21,11 @@ import {
MUTATION_TYPE_REMOVE_CHILD,
MUTATION_TYPE_UPDATE_PROPERTY,
MUTATION_TYPE_UPDATE_TEXT,
type RemoteMutationRecord,
type RemoteTextSerialization,
type RemoteElementSerialization,
type RemoteConnection,
type RemoteNodeSerialization,
} from '@remote-dom/core';

export interface LegacyRemoteChannelElementMap {
Expand Down

0 comments on commit d1ad8d4

Please sign in to comment.