Clean up code

This commit is contained in:
Ramon Wenger 2018-10-22 20:36:02 +02:00
parent 51cebfa34a
commit 11464c3014
1 changed files with 1 additions and 2 deletions

View File

@ -8,11 +8,10 @@
<script>
import ContentsForm from '@/components/content-block-form/ContentsForm';
import store from '@/store/index';
import NEW_CONTENT_BLOCK_MUTATION from '@/graphql/gql/mutations/addContentBlock.gql';
import MODULE_DETAILS_QUERY from '@/graphql/gql/moduleDetailsQuery.gql';
import { setUserBlockType } from '@/helpers/content-block'
import {setUserBlockType} from '@/helpers/content-block'
export default {
components: {