Skip to content

Commit

Permalink
changed CardList import name
Browse files Browse the repository at this point in the history
  • Loading branch information
arian-fallahpour committed Dec 18, 2024
1 parent 0728cd9 commit ca839b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BatchCards.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { useState } from 'react'
import CountUp from 'react-countup'

import CardList from './CardList'
import CardList from './CardList/CardList'
import BasicButton from './BasicButton'
import { countriesWithNumOfDevsObj } from '../util/UsersDataCleanup'
const countryNamesAndNumOfDevsArr = Object.entries(countriesWithNumOfDevsObj)
Expand Down

0 comments on commit ca839b8

Please sign in to comment.