We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8f3a2d commit f33cc2aCopy full SHA for f33cc2a
pages/index.js
@@ -1,7 +1,7 @@
1
import Container from 'components/Container';
2
import Grid from 'components/Grid';
3
import Heading from 'components/Heading';
4
-import Seperator from 'components/Separator';
+import Separator from 'components/Separator';
5
import Stack from 'components/Stack';
6
import Footer from 'components/Footer';
7
@@ -12,7 +12,7 @@ export default function Home() {
12
<Heading>
13
Right click the animation <br /> to copy the styling
14
</Heading>
15
- <Seperator />
+ <Separator />
16
<Grid />
17
<Footer />
18
</Stack>
0 commit comments