Skip to content

Commit

Permalink
small code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasstarsz committed Aug 3, 2024
1 parent 8684e70 commit ee34552
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/io/github/lucasstarsz/fxdex/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import com.google.inject.Injector;

import atlantafx.base.theme.PrimerDark;
import io.github.lucasstarsz.fxdex.database.DatabaseSetup;
import io.github.lucasstarsz.fxdex.misc.DatabaseSetup;
import io.github.lucasstarsz.fxdex.misc.DexModule;
import io.github.lucasstarsz.fxdex.misc.DexViewModelCache;
import io.github.lucasstarsz.fxdex.misc.FileLinks;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.github.lucasstarsz.fxdex.database;
package io.github.lucasstarsz.fxdex.misc;

public class DatabaseSetup {

Expand Down

0 comments on commit ee34552

Please sign in to comment.