diff --git a/src/main/java/frc/robot/Subsystem/Balayeuse.java b/src/main/java/frc/robot/Subsystem/Balayeuse.java index 42c1b23..d7240e0 100644 --- a/src/main/java/frc/robot/Subsystem/Balayeuse.java +++ b/src/main/java/frc/robot/Subsystem/Balayeuse.java @@ -2,7 +2,7 @@ // Open Source Software; you can modify and/or share it under the terms of // the WPILib BSD license file in the root directory of this project. -package frc.robot.Subsystem; +package frc.robot.subsystem; import edu.wpi.first.wpilibj2.command.SubsystemBase; diff --git a/src/main/java/frc/robot/Subsystem/Drive.java b/src/main/java/frc/robot/Subsystem/Drive.java index 84b7a50..9d4d95a 100644 --- a/src/main/java/frc/robot/Subsystem/Drive.java +++ b/src/main/java/frc/robot/Subsystem/Drive.java @@ -2,7 +2,7 @@ // Open Source Software; you can modify and/or share it under the terms of // the WPILib BSD license file in the root directory of this project. -package frc.robot.Subsystem; +package frc.robot.subsystem; import edu.wpi.first.wpilibj2.command.SubsystemBase;