Skip to content

Commit

Permalink
Fix Path
Browse files Browse the repository at this point in the history
  • Loading branch information
meziyum committed Jul 7, 2024
1 parent 9dcc9d1 commit 3280789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/Components/ReviewSection.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

import React from 'react';
import PropTypes from 'prop-types';
import Review from './Review.jsx';
import Review from './Review.tsx';
import {escHTML} from '../helpers/utilities.ts';
import InfiniteScroll from '../extensions/InfiniteScroll.js';

Expand Down

0 comments on commit 3280789

Please sign in to comment.