Skip to content

Commit 1bd78cf

Browse files
committed
fix typo
1 parent a212924 commit 1bd78cf

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.

pages/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import Bracket from '../components/docorations/Bracket';
2-
import Stick from '../components/docorations/Stick';
1+
import Bracket from '../components/decorations/Bracket';
2+
import Stick from '../components/decorations/Stick';
33
import TwoColumn from '../components/containers/TwoColumn';
44
import CardsColumns from '../components/containers/CardsColumns';
55
import styles from '../styles/Home.module.scss';

0 commit comments

Comments
 (0)