Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sombriks committed May 5, 2024
1 parent a44da93 commit bc280fc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/bld/java/sample/htmx/spring/SampleHtmxSpringBuild.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

import rife.bld.WebProject;

import java.util.List;

import static rife.bld.dependencies.Repository.*;
import static rife.bld.dependencies.Scope.*;
import static rife.bld.operations.TemplateType.*;

public class SampleHtmxSpringBuild extends WebProject {

public SampleHtmxSpringBuild() {
Expand Down

0 comments on commit bc280fc

Please sign in to comment.