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

This commit is contained in:
2021-09-19 12:55:33 +02:00
parent 6a5b468bb2
commit ebb0783103
27 changed files with 166 additions and 18 deletions

View File

@ -1,4 +1,7 @@
// SPDX-FileCopyrightText: WTF Kooperative eG <https://wtf-eg.de/>
//
// 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'