Skip to content

Commit f33cc2a

Browse files
committed
Fix separator typo
1 parent f8f3a2d commit f33cc2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Container from 'components/Container';
22
import Grid from 'components/Grid';
33
import Heading from 'components/Heading';
4-
import Seperator from 'components/Separator';
4+
import Separator from 'components/Separator';
55
import Stack from 'components/Stack';
66
import Footer from 'components/Footer';
77

@@ -12,7 +12,7 @@ export default function Home() {
1212
<Heading>
1313
Right click the animation <br /> to copy the styling
1414
</Heading>
15-
<Seperator />
15+
<Separator />
1616
<Grid />
1717
<Footer />
1818
</Stack>

0 commit comments

Comments
 (0)