Skip to content

Commit

Permalink
Update fields location (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz authored Jun 4, 2024
1 parent fc313bc commit 270ddbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/java/edu/wpi/first/pathweaver/Game.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package edu.wpi.first.pathweaver;

import edu.wpi.fields.Fields;
import edu.wpi.first.fields.Fields;
import edu.wpi.first.pathweaver.extensions.ExtensionLoader;

import java.io.IOException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package edu.wpi.first.pathweaver.extensions;

import edu.wpi.fields.FieldConfig;
import edu.wpi.fields.Fields;
import edu.wpi.first.fields.FieldConfig;
import edu.wpi.first.fields.Fields;
import edu.wpi.first.pathweaver.DuplicateGameException;
import edu.wpi.first.pathweaver.Field;
import edu.wpi.first.pathweaver.Game;
Expand Down

0 comments on commit 270ddbd

Please sign in to comment.