Skip to content

Commit

Permalink
Edited intake a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan1522 committed Jan 17, 2025
1 parent 19b4121 commit 253fc4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package frc.robot.commands.drive;
package frc.robot.commands.intake;

import edu.wpi.first.wpilibj2.command.Command;
import frc.robot.subsystems.intake.IntakeConstants;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package frc.robot.commands.drive;
package frc.robot.commands.intake;

import edu.wpi.first.wpilibj2.command.Command;
import frc.robot.subsystems.intake.IntakeConstants;
Expand Down

0 comments on commit 253fc4c

Please sign in to comment.