Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluesmile82 committed Jul 9, 2024
1 parent 6c488e1 commit 747425f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,9 @@ It correctly bundles React in production mode and optimizes the build for the be
The build is minified and the filenames include the hashes.<br>
Your app is ready to be deployed!

See the section about [build](https://vitejs.dev/guide/build) for more information.
See the section about [build](https://vitejs.dev/guide/build) for more information.


### `yarn start`

Runs the preview mode of Vite from the build that has to be run before. It will run on [http://localhost:3000](http://localhost:3000)
2 changes: 2 additions & 0 deletions src/containers/modals/about-modal/component.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import PropTypes from 'prop-types';

import cx from 'classnames';
// TODO: he-components is outdated and using componentWillMount, which is deprecated and will not work on React 18.
// We should create Loading and Modal components in the application and not depend on he-components.
import { Modal } from 'he-components';

import styles from './styles.module';
Expand Down

0 comments on commit 747425f

Please sign in to comment.