Skip to content

Commit

Permalink
Merge branch '870-enhance-new-view-model-dialog-ux' into 871-enhance-…
Browse files Browse the repository at this point in the history
…new-graphql-resolver-dialog-ux
  • Loading branch information
bohdan-harniuk committed Dec 21, 2021
2 parents 0e5264e + 0f1f19b commit 7f3b781
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
package com.magento.idea.magento2plugin.actions.generation;

import com.intellij.ide.IdeView;
import com.intellij.openapi.actionSystem.*;
import com.intellij.openapi.actionSystem.AnAction;
import com.intellij.openapi.actionSystem.AnActionEvent;
import com.intellij.openapi.actionSystem.CommonDataKeys;
import com.intellij.openapi.actionSystem.DataContext;
import com.intellij.openapi.actionSystem.LangDataKeys;
import com.intellij.openapi.project.Project;
import com.intellij.psi.PsiDirectory;
import com.magento.idea.magento2plugin.MagentoIcons;
Expand Down

0 comments on commit 7f3b781

Please sign in to comment.