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>
|
||||
import LinkButton from '~/components/link-button.vue'
|
||||
import EmailSubscribe from '~/components/email-subscribe.vue'
|
||||
import ThomasCredit from '~/components/thomas-credit.vue'
|
||||
// import EmailSubscribe from '~/components/email-subscribe.vue'
|
||||
|
||||
// import homebrewList from '~/static/homebrew-list.json'
|
||||
|
||||
export default {
|
||||
components: {
|
||||
LinkButton,
|
||||
EmailSubscribe,
|
||||
ThomasCredit
|
||||
// EmailSubscribe
|
||||
},
|
||||
async asyncData ({ params: { slug }, payload: { app } }) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue