#5 reuse
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
scammo
2021-08-02 19:06:41 +02:00
parent 839441770b
commit f7140b17ea
92 changed files with 390 additions and 2 deletions

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: AGPL-3.0-or-later
import { createRouter, createWebHistory } from 'vue-router'
import Index from '@/views/Index.vue'
import Search from '@/views/Search.vue'
@ -51,4 +52,4 @@ const router = createRouter({
routes
})
export default router
export default router