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

application.js « javascript « source - github.com/d-kusk/minimage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 09fd123e7193d995e8f0cd3c9bf829ccf1ae6368 (plain)
1
2
3
4
5
import GlobalNav from './GlobalNav'

window.onload = () => {
  new GlobalNav()
}