Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eelkus01 committed Jun 25, 2024
1 parent c3f26de commit 2e65361
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/src/pages/ballotInfo/[candidate].tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/* Deeper candidate profiles that appear when their icon is clicked in the
* "What's on the Ballot" dropdown. Styles the entire deep profile page. Pulls
* data from strapi "Candidates" content.
*/

import React, { use, useEffect, useState } from 'react';
import { useRouter } from 'next/router';
import { localCandidateAPI, deployedCandidateAPI } from '@/common';
Expand Down

0 comments on commit 2e65361

Please sign in to comment.