tethys.frontend/src/views/oai-view/oai-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

7 lines
150 B
TypeScript

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