Skip to content
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.

Commit

Permalink
Merge pull request #128 from goodlogik/cleanup
Browse files Browse the repository at this point in the history
minor code cleanup
  • Loading branch information
Leonid Medovyy authored Dec 19, 2019
2 parents 7805991 + 857711a commit 7a87183
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/packs/js.coffee
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
import semantic_js from '../semantic_ui/dist/semantic.min'

import Vue from 'vue/dist/vue.esm'
import vue_babylonjs from 'vue-babylonjs'

import LandingCover from '../js/landing_cover.vue'
import PricingCover from '../js/pricing_cover.vue'
import AboutCover from '../js/about_cover.vue'
import ProductCover from '../js/product_cover.vue'

Vue.use(vue_babylonjs)

exec_javascript = ->

Expand Down

0 comments on commit 7a87183

Please sign in to comment.