Move app list into root folder

This commit is contained in:
Sam Carlton 2020-11-17 12:23:17 -06:00
parent 478131f314
commit 643be6dc21
6 changed files with 7 additions and 7 deletions

View file

@ -120,7 +120,7 @@
<script>
import scrollIntoView from 'scroll-into-view-if-needed'
import appList from '~/dist/app-list.json'
import appList from '~/app-list.json'
import EmailSubscribe from '~/components/email-subscribe.vue'