1
0

Fix some page components not being imported

This commit is contained in:
Jai A
2021-05-02 16:22:52 -07:00
parent 3ee00a4824
commit d914b38f9f
4 changed files with 10 additions and 7 deletions
+2
View File
@@ -131,11 +131,13 @@ import axios from 'axios'
import Multiselect from 'vue-multiselect'
import ModPage from '~/components/layout/ModPage'
import FileInput from '~/components/ui/FileInput'
export default {
components: {
ModPage,
Multiselect,
FileInput,
},
async asyncData(data) {
try {