Skip to content

Commit

Permalink
e main entrypoint to client embed package for app context
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Colley committed May 7, 2020
1 parent 4ceed59 commit bcdc17d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/dotcom-ui-app-context/src/client/AppContext.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ClientEmbedData } from '@financial-times/dotcom-ui-client-embed/src/client'
import { ClientEmbedData } from '@financial-times/dotcom-ui-client-embed'
import { TAppContext } from '../types'

export type TAppContextOptions = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { loadClientEmbed } from '@financial-times/dotcom-ui-client-embed/src/client'
import { loadClientEmbed } from '@financial-times/dotcom-ui-client-embed'
import { TAppContext } from '../types'
import { APP_CONTEXT_ELEMENT_ID } from '../constants'

Expand Down

0 comments on commit bcdc17d

Please sign in to comment.