| 1 | import { createRouter, createWebHashHistory } from 'vue-router' |
| 2 | // @ts-expect-error eslint-disable-next-line @typescript-eslint/ban-ts-comment |
| 3 | import Layout from '@/components/layout/index.vue' |
| 4 | import LayoutDsl from '@/components/layout/LayoutDsl.vue' |
nothing calls this directly
no test coverage detected