Skip to content

Commit

Permalink
feat(Part): Importa Content desde laboratoria/react y elimina el comp…
Browse files Browse the repository at this point in the history
…onente Content (#1329)
  • Loading branch information
adolivaresl authored Mar 7, 2023
1 parent 502fc54 commit 29224a3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 131 deletions.
31 changes: 0 additions & 31 deletions src/components/Content/Content.css

This file was deleted.

51 changes: 0 additions & 51 deletions src/components/Content/index.jsx

This file was deleted.

46 changes: 0 additions & 46 deletions src/components/Content/index.spec.js

This file was deleted.

5 changes: 2 additions & 3 deletions src/components/Part/index.jsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { useParams } from 'react-router-dom';
import Typography from '@mui/material/Typography';
import { Challenges, loadFromLocalStorage } from '@laboratoria/react';
import { Challenges, Content, loadFromLocalStorage } from '@laboratoria/react';
import Breadcrumbs from '../Breadcrumbs';
import Content from '../Content';

const Part = ({ lang, topic }) => {
const params = useParams();
Expand Down Expand Up @@ -31,4 +30,4 @@ const Part = ({ lang, topic }) => {
);
};

export default Part;
export default Part;

0 comments on commit 29224a3

Please sign in to comment.