Clean up code

This commit is contained in:
Ramon Wenger 2022-02-10 12:10:05 +01:00
parent aea50a2998
commit bde635b21c
1 changed files with 0 additions and 4 deletions

View File

@ -1,7 +1,3 @@
import {setUserBlockType} from '@/helpers/content-block';
import NEW_CONTENT_BLOCK_MUTATION from '@/graphql/gql/mutations/addContentBlock.gql';
import MODULE_DETAILS_QUERY from '@/graphql/gql/queries/modules/moduleDetailsQuery.gql';
export const CHOOSER = 'content-block-element-chooser-widget';
export const chooserFilter = value => value.type !== CHOOSER;