Skip to content

Commit

Permalink
corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
praptisharma28 committed Jan 26, 2024
1 parent 4122d89 commit 50008aa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.11",
"sass": "^1.70.0",
"vite": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion src/pages/auth/HomePage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Col, Container, Row } from "react-bootstrap";
import { Link } from "react-router-dom";
import { TemplateContext } from "../../context/TemplateContext";
import { Pattern3Default } from "../../components/common/CustomPatterns";
import "../../styles/components/home.scss"
import "../../styles/components/_home.scss"

const HomePage = () => {
const [templates] = useContext(TemplateContext);
Expand Down
File renamed without changes.

0 comments on commit 50008aa

Please sign in to comment.