minecraft-launcher-registra.../public/js/index.js

3 lines
67 B
JavaScript
Raw Permalink Normal View History

const goToPage = (page) => {
window.location.href = `${page}`
}