Skip to content

Commit 862974e

Browse files
committed
change name of 'button.module.scss'
1 parent 663ea7b commit 862974e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

components/TwoColumn.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Image from 'next/image';
22
import ButtonLink from './ButtonLink';
33
import styles from '../styles/TwoColumn.module.scss';
4-
import buttonStyles from '../styles/Button.module.scss';
4+
import buttonStyles from '../styles/ButtonLink.module.scss';
55

66
export default function TwoColumn(props) {
77
const { image, title, content, rowOrder } = props;
File renamed without changes.

0 commit comments

Comments
 (0)