Skip to content

Commit

Permalink
fix bad type export
Browse files Browse the repository at this point in the history
  • Loading branch information
schottra committed Feb 8, 2024
1 parent ff3820c commit 6e6654b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/src/services/remote-config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ export { IntKeys, StringKeys, DoubleKeys, BooleanKeys } from './types'
export type { AllRemoteConfigKeys } from './types'
export { FeatureFlags } from './feature-flags'
export { remoteConfig } from './remote-config'
export { RemoteConfigInstance } from './remote-config'
export type { RemoteConfigInstance } from './remote-config'
export * from './defaults'

0 comments on commit 6e6654b

Please sign in to comment.