Skip to content

Commit

Permalink
Fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula committed Jan 3, 2025
1 parent c429585 commit d7f1599
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/Tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import CategoryScroll from '../components/CategoryScroll'
import FormFieldAlertRow from '../components/FormFieldAlertRow'
import FormFieldWideRow from '../components/FormFieldWideRow'
import ViewHeader from '../components/ViewHeader'
import SotaChart from '../components/SotaChart'
import { sortAlphabetical } from '../components/SortFunctions'
import { withRouter } from 'react-router-dom'
import { library } from '@fortawesome/fontawesome-svg-core'
Expand Down

0 comments on commit d7f1599

Please sign in to comment.