Skip to content

Commit

Permalink
feat(harvest): Expose LaunchTriggerCard
Browse files Browse the repository at this point in the history
  • Loading branch information
JF-Cozy authored and Merkur39 committed Dec 15, 2022
1 parent d48e7d7 commit 1f85c89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/cozy-harvest-lib/src/index.js
Expand Up @@ -10,6 +10,7 @@ import RoutesWithoutLocales from './components/Routes'
import withKonnectorModalWithoutLocales from './components/hoc/withKonnectorModal'
import KonnectorSuggestionModalWithoutLocales from './components/KonnectorSuggestionModal'
import deprecated from './deprecated'
import LaunchTriggerCardWithoutLocales from './components/cards/LaunchTriggerCard'

// All entry point files need to be exported wrapped with the translation context of harvest
export const DeleteAccountButton = withLocales(
Expand All @@ -21,6 +22,7 @@ export const IntentTriggerManager = withLocales(
IntentTriggerManagerWithoutLocales
)
export const FlowProvider = withLocales(FlowProviderWithLocales)
export const LaunchTriggerCard = withLocales(LaunchTriggerCardWithoutLocales)
export const TriggerLauncher = deprecated(
`TriggerLauncher is deprecated, please use FlowProvider now.
The API has not changed, only the name and import call.
Expand Down

0 comments on commit 1f85c89

Please sign in to comment.