1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-01 17:32:41 +02:00

Use explicit imports in our javascript source files (#36854)

This commit is contained in:
GeoSot
2022-10-26 08:26:51 +03:00
committed by GitHub
parent 7166e95388
commit aa9d32dd15
26 changed files with 135 additions and 109 deletions

View File

@@ -5,7 +5,7 @@
* --------------------------------------------------------------------------
*/
import { getjQuery } from '../util/index'
import { getjQuery } from '../util/index.js'
/**
* Constants

View File

@@ -5,7 +5,7 @@
* --------------------------------------------------------------------------
*/
import { isDisabled, isVisible } from '../util/index'
import { isDisabled, isVisible } from '../util/index.js'
/**
* Constants