mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[babel] fix require statement (#118775)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
13638cfe82
commit
7f1796e9c0
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue