Skip to content

Commit

Permalink
Load react grid
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur- committed Sep 11, 2023
1 parent 9d97c92 commit 5a668f9
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package dev.hilla;

import com.vaadin.flow.component.dependency.NpmPackage;

/**
* Empty class that adds <code>@hilla/react-grid</code> npm package dependency.
*/
@NpmPackage(value = "@hilla/react-grid", version = "2.2.0-beta1")
public class HillaReactGrid {
}

0 comments on commit 5a668f9

Please sign in to comment.