Skip to content

Commit

Permalink
Fix broken build from imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Arin committed Dec 7, 2020
1 parent 7225397 commit 597decc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/runtime/container-runtime/src/containerRuntime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ import {
IContainerRuntimeEvents,
IContainerRuntimeMetadata,
metadataBlobName,
channelsTreeName,
} from "@fluidframework/container-runtime-definitions";
import {
assert,
Expand Down Expand Up @@ -95,6 +94,7 @@ import {
IChannelSummarizeResult,
CreateChildSummarizerNodeParam,
SummarizeInternalFn,
channelsTreeName,
} from "@fluidframework/runtime-definitions";
import {
addBlobToSummary,
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/container-runtime/src/dataStoreContext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ import {
dataStoreAttributesBlobName,
DataStoreSnapshotFormatVersion,
IContainerRuntime,
channelsTreeName,
} from "@fluidframework/container-runtime-definitions";
import {
channelsTreeName,
CreateChildSummarizerNodeFn,
CreateChildSummarizerNodeParam,
FluidDataStoreRegistryEntry,
Expand Down

0 comments on commit 597decc

Please sign in to comment.