Skip to content

Commit

Permalink
import React
Browse files Browse the repository at this point in the history
  • Loading branch information
aramattamara committed Mar 4, 2025
1 parent 9fd62ac commit 2672975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/HeatMap.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { useState, useEffect, useRef } from 'react'
import { useParams } from 'react-router-dom'
import { useState, useEffect, useRef } from 'react'
import { fetchHeatmapData, drawContributions, HeatmapData } from 'utils/helpers/githubHeatmap'

const HeatMap = ({ className = '' }: { className?: string }) => {
Expand Down

0 comments on commit 2672975

Please sign in to comment.