import-generic view and route added

This commit is contained in:
Alex H
2023-04-13 07:13:17 +00:00
parent f07922763b
commit 1ac3a8b31b
6 changed files with 56 additions and 7 deletions

View File

@@ -0,0 +1,18 @@
<script>
import Layout from '@layouts/main.vue'
export default {
page: {
title: 'Import Generic',
meta: [{ name: 'description', content: 'The Import Generic page.' }],
},
components: { Layout }
}
</script>
<template>
<Layout>
Import Generic
</Layout>
</template>