Skip to content

Commit

Permalink
minor import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akmazian committed Nov 28, 2023
1 parent 28f53b3 commit 7bbc045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/GraphCard/EnrollmentGraphCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { useCallback, useEffect, useMemo, useState } from 'react';
import { Col, Container, Row } from 'react-bootstrap';
import { useDispatch, useSelector } from 'react-redux';
import { fetchEnrollData } from 'redux/enrollment/actions';
import colors from 'utils/colors.js';
import colors from 'utils/colors.ts';
import EnrollmentInfoCard from '../EnrollmentInfoCard/EnrollmentInfoCard.jsx';
import EnrollmentGraph from '../Graphs/EnrollmentGraph.jsx';
import GraphEmpty from '../Graphs/GraphEmpty.jsx';
Expand Down

0 comments on commit 7bbc045

Please sign in to comment.