mirror of
https://github.com/twbs/bootstrap.git
synced 2025-10-02 00:06:46 +02:00
Use one-line imports when possible. (#28467)
This commit is contained in:
@@ -5,9 +5,7 @@
|
||||
* --------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
import {
|
||||
getUID
|
||||
} from '../util/index'
|
||||
import { getUID } from '../util/index'
|
||||
|
||||
/* istanbul ignore next */
|
||||
const Polyfill = (() => {
|
||||
|
Reference in New Issue
Block a user