Skip to content

Commit 459770f

Browse files
committed
Change grid import
1 parent a4618bf commit 459770f

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,5 +1,5 @@
11
import Container from 'components/Container';
2-
import Grid from 'components/Grid';
2+
import SnippetsGrid from 'components/SnippetsGrid';
33
import Heading from 'components/Heading';
44
import Separator from 'components/Separator';
55
import Stack from 'components/Stack';
@@ -13,7 +13,7 @@ export default function Home() {
1313
Right click the animation <br /> to copy the styling
1414
</Heading>
1515
<Separator />
16-
<Grid />
16+
<SnippetsGrid />
1717
<Footer />
1818
</Stack>
1919
</Container>

0 commit comments

Comments
 (0)