Welcome to mirror list, hosted at ThFree Co, Russian Federation.

main.js « scripts « src - github.com/eshlox/simplicity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 091ddb7674526d39857bb5722cb1db72ea64b5e0 (plain)
1
2
3
4
5
6
7
import '../styles/styles'

import baguetteBox from 'baguettebox.js'

document.addEventListener('DOMContentLoaded', function(event) {
  baguetteBox.run('main', {})
})