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 a4618bf commit 459770fCopy full SHA for 459770f
pages/index.js
@@ -1,5 +1,5 @@
1
import Container from 'components/Container';
2
-import Grid from 'components/Grid';
+import SnippetsGrid from 'components/SnippetsGrid';
3
import Heading from 'components/Heading';
4
import Separator from 'components/Separator';
5
import Stack from 'components/Stack';
@@ -13,7 +13,7 @@ export default function Home() {
13
Right click the animation <br /> to copy the styling
14
</Heading>
15
<Separator />
16
- <Grid />
+ <SnippetsGrid />
17
<Footer />
18
</Stack>
19
</Container>
0 commit comments