Skip to content

Commit

Permalink
fix: use correct hilla packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mlopezFC authored and paodb committed Jul 15, 2024
1 parent 0c745b0 commit 8d91e11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
*/
package com.flowingcode.addons.applayout.endpoint;

import java.util.List;
import java.util.stream.Collectors;
import com.flowingcode.addons.applayout.MenuItem;
import com.vaadin.flow.server.auth.AnonymousAllowed;
import dev.hilla.Endpoint;
import dev.hilla.Nonnull;
import com.vaadin.hilla.Endpoint;
import com.vaadin.hilla.Nonnull;
import java.util.List;
import java.util.stream.Collectors;

@Endpoint
@AnonymousAllowed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
*/
package com.flowingcode.addons.applayout.endpoint;

import com.vaadin.hilla.Nonnull;
import java.util.ArrayList;
import java.util.List;
import javax.annotation.Nullable;
import dev.hilla.Nonnull;

public class MenuItemDto {

Expand Down

0 comments on commit 8d91e11

Please sign in to comment.