Skip to content

Commit

Permalink
♻️ Forgot to add new packages to module-info
Browse files Browse the repository at this point in the history
Signed-off-by: palexdev <alessandro.parisi406@gmail.com>
  • Loading branch information
palexdev committed Jan 1, 2024
1 parent 3b28c4c commit 70e3d53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

// Base
exports io.github.palexdev.virtualizedfx;
exports io.github.palexdev.virtualizedfx.base;

// Cells
exports io.github.palexdev.virtualizedfx.cells;
Expand All @@ -16,6 +17,7 @@

// List
exports io.github.palexdev.virtualizedfx.list;
exports io.github.palexdev.virtualizedfx.list.paginated;

// Properties
exports io.github.palexdev.virtualizedfx.properties;
Expand Down

0 comments on commit 70e3d53

Please sign in to comment.