Skip to content

Commit

Permalink
add class for installing react-auth
Browse files Browse the repository at this point in the history
  • Loading branch information
sissbruecker committed Sep 15, 2023
1 parent ebafc06 commit 64d2d53
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-auth</code> npm package dependency.
*/
@NpmPackage(value = "@hilla/react-auth", version = "2.2.0-beta1")
public class HillaReactAuth {
}

0 comments on commit 64d2d53

Please sign in to comment.