Merge branch 'Yann_Dev'
Yann authored at 2025-06-22 23:50:40
132.00 B
cube-front
import { type RouteLocationRaw } from "vue-router"

export const gotoPage = (to: RouteLocationRaw) => {
  window.router?.push(to)
}