Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
KillerBOSS2019 committed Dec 21, 2024
1 parent 262a792 commit d78a7e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/project/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import Timeline_Section from "./sections/Timeline_Section";
import Launch_Condition from "./sections/Launch_Condition";
import Motor_Specs from "./sections/Motor_Specs";
import Rocket from "./sections/Rocket";
import Rocket_Result from "./sections/Rocket_Result";

export default function Page() {
const [mobileMenuOpen, setMobileMenuOpen] = useState(false);
Expand Down

0 comments on commit d78a7e7

Please # to comment.