mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Remove unused components
This commit is contained in:
parent
480bfa9327
commit
bca074498e
1 changed files with 2 additions and 4 deletions
|
|
@ -35,16 +35,14 @@
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import LinkButton from '~/components/link-button.vue'
|
import LinkButton from '~/components/link-button.vue'
|
||||||
import EmailSubscribe from '~/components/email-subscribe.vue'
|
// import EmailSubscribe from '~/components/email-subscribe.vue'
|
||||||
import ThomasCredit from '~/components/thomas-credit.vue'
|
|
||||||
|
|
||||||
// import homebrewList from '~/static/homebrew-list.json'
|
// import homebrewList from '~/static/homebrew-list.json'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
LinkButton,
|
LinkButton,
|
||||||
EmailSubscribe,
|
// EmailSubscribe
|
||||||
ThomasCredit
|
|
||||||
},
|
},
|
||||||
async asyncData ({ params: { slug }, payload: { app } }) {
|
async asyncData ({ params: { slug }, payload: { app } }) {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue