tethys.frontend/src/views/services-view/service-view-component.ts
Arno Kaimbacher b120650121 - further views: help-view.component, oai-view-component
- new .card header images
2021-11-25 12:08:58 +01:00

6 lines
158 B
TypeScript

import { Options, Vue } from "vue-class-component";
@Options({
name: "ServiceViewComponent",
})
export default class ServiceViewComponent extends Vue {}