Mini Kabibi Habibi

Current Path : C:/Users/ITO/Desktop/From USB/vendors/bootstrap/js/tests/integration/
Upload File :
Current File : C:/Users/ITO/Desktop/From USB/vendors/bootstrap/js/tests/integration/bundle.js

import 'popper.js'
import $ from 'jquery'
import bootstrap from '../../../dist/js/bootstrap'

$(() => {
  $('#resultUID').text(bootstrap.Util.getUID('bs'))
  $('[data-toggle="tooltip"]').tooltip()
})