Skip to content

Commit

Permalink
chore: Nits on files
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisChV committed Oct 20, 2023
1 parent 04ee4bf commit 667bf1e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 196 deletions.
79 changes: 0 additions & 79 deletions src/taxonomy/TaxonomyCard.jsx

This file was deleted.

32 changes: 0 additions & 32 deletions src/taxonomy/TaxonomyCard.scss

This file was deleted.

84 changes: 0 additions & 84 deletions src/taxonomy/TaxonomyCard.test.jsx

This file was deleted.

2 changes: 1 addition & 1 deletion src/taxonomy/TaxonomyListPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { StudioFooter } from '@edx/frontend-component-footer';
import Header from '../header';
import SubHeader from '../generic/sub-header/SubHeader';
import messages from './messages';
import TaxonomyCard from './TaxonomyCard';
import TaxonomyCard from './taxonomy-card/TaxonomyCard';
import { useTaxonomyListDataResponse, useIsTaxonomyListDataLoaded } from './api/hooks/selectors';

const TaxonomyListPage = ({ intl }) => {
Expand Down

0 comments on commit 667bf1e

Please sign in to comment.