Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
import deprecated, { changedPackageWarning } from '@instructure/ui-utils/lib/react/deprecated'
import UIApplyLocale from '@instructure/ui-i18n/lib/components/ApplyLocale'
/**
---
category: components/utilities
---
**/
@deprecated('5.0.0', null, changedPackageWarning(
'ui-core',
'ui-i18n'
))
export default class ApplyLocale extends Component {
static propTypes = {
...UIApplyLocale.propTypes
}
static childContextTypes = {
...UIApplyLocale.childContextTypes
}
render () {
return
}
}