file change

This commit is contained in:
aarav18
2022-03-18 15:05:07 -06:00
parent cb3f1942b6
commit 517053ea50
3 changed files with 3 additions and 3 deletions
@@ -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 frc4388.robot.commands;
package frc4388.robot.commands.ClimberCommands;
import edu.wpi.first.wpilibj2.command.CommandBase;
import frc4388.robot.Constants.ClawConstants;
@@ -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 frc4388.robot.commands.climber;
package frc4388.robot.commands.ClimberCommands;
import org.opencv.core.Point;