Skip to content

Commit

Permalink
πŸ‘“βœπŸ» ↝ [SSG-38]: Fixing dependency ci/cd error in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Gizmotronn committed Oct 19, 2024
1 parent 0e7edd0 commit 0576747
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/starnet/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import React from "react";
import StarnetLayout from "@/components/Layout/Starnet";
import MissionPathway from "@/components/Missions/Pathway";
import ProfileCardModal from "@/components/Profile/form";
import ProfileCardModal from "@/components/profile/form";

export default function Starnet() {
return (
Expand Down
2 changes: 1 addition & 1 deletion app/starnet/profile/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import React from "react";
import StarnetLayout from "@/components/Layout/Starnet";
import MissionPathway from "@/components/Missions/Pathway";
import ProfileCardModal from "@/components/Profile/form";
import ProfileCardModal from "@/components/profile/form";

export default function TestPage() {
return (
Expand Down
2 changes: 1 addition & 1 deletion app/tests/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import React, { useEffect, useState } from "react";
import StarnetLayout from "@/components/Layout/Starnet";
import { ExoplanetTransitHunter } from "@/components/Projects/Telescopes/ExoplanetC23";
import MissionPathway from "@/components/Missions/Pathway";
import ProfileCardModal from "@/components/Profile/form";
import ProfileCardModal from "@/components/profile/form";

export default function TestPage() {
return (
Expand Down

0 comments on commit 0576747

Please sign in to comment.