Skip to content
Snippets Groups Projects
Unverified Commit 4631ad9e authored by Phil Hughes's avatar Phil Hughes
Browse files

EE port of make-ide-ce

parent 3551d6a3
No related branches found
No related tags found
No related merge requests found
Showing
with 4 additions and 5 deletions
<script>
import { mapState } from 'vuex';
import { sprintf, __ } from '~/locale';
import * as consts from 'ee/ide/stores/modules/commit/constants';
import * as consts from '../../stores/modules/commit/constants';
import RadioGroup from './radio_group.vue';
 
export default {
Loading
Loading
<script>
import { mapActions } from 'vuex';
import router from 'ee/ide/ide_router';
import icon from '~/vue_shared/components/icon.vue';
import router from '../../ide_router';
 
export default {
components: {
Loading
Loading
Loading
Loading
@@ -5,9 +5,8 @@ import icon from '~/vue_shared/components/icon.vue';
import modal from '~/vue_shared/components/modal.vue';
import LoadingButton from '~/vue_shared/components/loading_button.vue';
import commitFilesList from './commit_sidebar/list.vue';
import * as consts from 'ee/ide/stores/modules/commit/constants'; // eslint-disable-line import/first
import Actions from 'ee/ide/components/commit_sidebar/actions.vue'; // eslint-disable-line import/first
import * as consts from '../stores/modules/commit/constants';
import Actions from './commit_sidebar/actions.vue';
 
export default {
components: {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment