[babel] fix require statement (#118775) (#118806)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Spencer <email@spalger.com>
This commit is contained in:
Kibana Machine 2021-11-16 18:21:31 -05:00 committed by GitHub
parent f0a6b10931
commit 1511c023ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@
* Side Public License, v 1.
*/
const { USES_STYLED_COMPONENTS } = require.resolve('./styled_components_files');
const { USES_STYLED_COMPONENTS } = require('./styled_components_files');
module.exports = () => {
return {