Skip to content

Commit

Permalink
succesfullrental.module.css was lowercsed, may be cause to build erro…
Browse files Browse the repository at this point in the history
…r. Fixed
  • Loading branch information
Lor3wp committed Nov 17, 2023
1 parent ad75797 commit a179268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/SuccessfulRental.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { applyVersionClass2, removeVersionClass2 } from '../utils/BodyVersion';
import Card from 'react-bootstrap/Card';
import Container from 'react-bootstrap/Container';
import Image from 'react-bootstrap/Image';
import styles from '../css/successfulRental.module.css';
import styles from '../css/SuccessfulRental.module.css';
import { useNavigate } from 'react-router-dom';
import Button from 'react-bootstrap/Button';

Expand Down

0 comments on commit a179268

Please sign in to comment.