5 lines
81 B
JavaScript
5 lines
81 B
JavaScript
import GlobalNav from './GlobalNav'
|
|
|
|
window.onload = () => {
|
|
new GlobalNav()
|
|
}
|