Skip to content

Commit 7f3b781

Browse files
Merge branch '870-enhance-new-view-model-dialog-ux' into 871-enhance-new-graphql-resolver-dialog-ux
2 parents 0e5264e + 0f1f19b commit 7f3b781

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/com/magento/idea/magento2plugin/actions/generation/NewViewModelAction.java

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
66
package com.magento.idea.magento2plugin.actions.generation;
77

88
import com.intellij.ide.IdeView;
9-
import com.intellij.openapi.actionSystem.*;
9+
import com.intellij.openapi.actionSystem.AnAction;
10+
import com.intellij.openapi.actionSystem.AnActionEvent;
11+
import com.intellij.openapi.actionSystem.CommonDataKeys;
12+
import com.intellij.openapi.actionSystem.DataContext;
13+
import com.intellij.openapi.actionSystem.LangDataKeys;
1014
import com.intellij.openapi.project.Project;
1115
import com.intellij.psi.PsiDirectory;
1216
import com.magento.idea.magento2plugin.MagentoIcons;

0 commit comments

Comments
 (0)