2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03: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
+2 -2
View File
@@ -5,8 +5,8 @@
* --------------------------------------------------------------------------
*/
import { defineJQueryPlugin } from './util/index'
import Tooltip from './tooltip'
import { defineJQueryPlugin } from './util/index.js'
import Tooltip from './tooltip.js'
/**
* Constants