Skip to content

Commit

Permalink
switched import in ManualShoot
Browse files Browse the repository at this point in the history
  • Loading branch information
rflood07 authored Feb 13, 2024
1 parent 1014e4c commit 9868102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/commands/ManualShoot.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

package frc.robot.commands;
import frc.robot.settings.Constants.ShooterConstants;
import frc.robot.subsystems.ShooterSubsystem;
import frc.robot.subsystems.IndexerSubsystem;
import edu.wpi.first.wpilibj2.command.Command;

public class ManualShoot extends Command {
Expand Down

0 comments on commit 9868102

Please sign in to comment.