Skip to content

Commit

Permalink
fix: import acc to best practice
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhinav-Chdhary authored and sadanandpai committed Jul 18, 2024
1 parent 4e09f34 commit 25255d3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ import { contributors } from '@fmc/data/content';
import Challenge from './challenge';
import styles from './challenge-grid.module.scss';
import ChallengeFilters from './challenge-filter';
import { getChallengesByid } from '@fmc/data/utils';
import { filtersHelper } from '@fmc/data/utils';
import { getChallengesByid, filtersHelper } from '@fmc/data/utils';

interface Props {
challenges: IChallenge[];
Expand Down

0 comments on commit 25255d3

Please sign in to comment.