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: 6879f7beaad450cfa9250d62647cb3bc3b8d2e82 (plain)
1
2
3
4
5
import GlobalNav from "./GlobalNav"

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