merge new tools (#244)
Co-authored-by: Adam Bem <adam.bem@zoho.eu> Co-authored-by: Adam Bem <bema@noreply.example.com> Reviewed-on: #244
This commit is contained in:
15
Frontend/src/views/LandingView.vue
Normal file
15
Frontend/src/views/LandingView.vue
Normal file
@@ -0,0 +1,15 @@
|
||||
<script lang="ts">
|
||||
import LandingComponent from '@components/landing/LandingComponent.vue'
|
||||
|
||||
|
||||
export default {
|
||||
name:"LandingView",
|
||||
components: {LandingComponent}
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
<template>
|
||||
<LandingComponent></LandingComponent>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user