Skip to content

Commit

Permalink
fix: update import from CSS to SCSS for Steps component styling
Browse files Browse the repository at this point in the history
  • Loading branch information
websiddu committed Oct 17, 2024
1 parent 7ad14fd commit e2d8422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Steps/Steps.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import styles from './Steps.module.css';
import styles from './Steps.module.scss';

interface StepProps {
number: number | string;
Expand Down

0 comments on commit e2d8422

Please sign in to comment.