MCPcopy Create free account
hub / github.com/code100x/daily-code / Problem

Interface Problem

apps/web/components/admin/CompleteTrackCard.tsx:17–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17export interface Problem {
18 sortingOrder: number;
19 id: string;
20 notionDocId: string;
21 title: string;
22 description: string;
23 type: string;
24}
25const CompleteTrackCard = ({ notionId, TrackData }: { notionId: string; TrackData: CompleteTrackCardProps }) => {
26 async function handleAddTrack() {
27 setIsSubmitting(true);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected