summaryrefslogtreecommitdiff
path: root/src/views/_sila/InformationAndFAQ/InformationAndFAQ.vue
blob: ede7b3d8cdcebc7bfd1e4f18e34db79679ef12b9 (plain)
1
2
3
4
5
6
7
8
9
<template>
  <span>This Page (Information And FAQ) In develop</span>
</template>

<script>
export default {
  name: 'InformationAndFAQ',
};
</script>