Skip to content

Commit

Permalink
chore: Remove @NpmPackage annotation (#987)
Browse files Browse the repository at this point in the history
  • Loading branch information
tulioag authored May 18, 2021
1 parent 4d10bb9 commit 7f5ef29
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@
import com.vaadin.flow.component.ShortcutRegistration;
import com.vaadin.flow.component.Text;
import com.vaadin.flow.component.combobox.ComboBox;
import com.vaadin.flow.component.dependency.NpmPackage;
import com.vaadin.flow.component.dialog.Dialog;
import com.vaadin.flow.component.html.Div;
import com.vaadin.flow.component.html.Input;
import com.vaadin.flow.component.html.NativeButton;
import com.vaadin.flow.component.orderedlayout.VerticalLayout;
import com.vaadin.flow.router.Route;

@NpmPackage(value = "@vaadin/vaadin-text-field", version = "3.0.2")
@Route("vaadin-dialog/shortcuts")
public class DialogWithShortcutPage extends VerticalLayout {

Expand Down

0 comments on commit 7f5ef29

Please sign in to comment.