Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rishinhk004 committed Oct 7, 2024
1 parent c3f424c commit 045a020
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import styles from "./Button.module.scss";
import styles from "./CustomButton.module.scss";
const Button = () => {
return (
<div className={styles.button}>
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/Pages/Error/Error.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Button from "./Button";
import Button from "./CustomButton";
import styles from "./Error.module.scss";

const Error = () => {
Expand Down

0 comments on commit 045a020

Please sign in to comment.