completionId: cgen-977702a7d71f491e975d772d6683bf83
cgen-977702a7d71f491e975d772d6683bf83
This commit is contained in:
parent
d2e9f15fa7
commit
260c34ceb0
1 changed files with 2 additions and 1 deletions
|
|
@ -22,7 +22,8 @@ import {
|
||||||
Clock,
|
Clock,
|
||||||
Send,
|
Send,
|
||||||
} from "lucide-react";
|
} from "lucide-react";
|
||||||
import { getOpportunityById, submitApplication } from "@/api/opportunities";
|
import { getOpportunityById } from "@/api/opportunities";
|
||||||
|
import { submitApplication } from "@/api/applications";
|
||||||
import { ArmBadge } from "@/components/creator-network/ArmBadge";
|
import { ArmBadge } from "@/components/creator-network/ArmBadge";
|
||||||
import { useAethexToast } from "@/hooks/use-aethex-toast";
|
import { useAethexToast } from "@/hooks/use-aethex-toast";
|
||||||
import { useAuthContext } from "@/contexts/AuthContext";
|
import { useAuthContext } from "@/contexts/AuthContext";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue