Skip to content

Commit

Permalink
chore: Add react-grid module (#1242)
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur- authored Sep 13, 2023
1 parent da64ee4 commit 4fac63e
Show file tree
Hide file tree
Showing 16 changed files with 5,108 additions and 4,739 deletions.
28 changes: 28 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 {
}
Loading

0 comments on commit 4fac63e

Please sign in to comment.