Clean up code
This commit is contained in:
parent
51cebfa34a
commit
11464c3014
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue