Commit eec22497 by Tiarro Elprida Tamba

Upload New File

parent c3de2618
<template>
<div id="app">
<router-view/>
<Footer />
</div>
</template>
<script>
import Footer from "@/components/Footer.vue"
export default {
components: {
Footer
}
}
</script>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment