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 b226e10 commit dc43a28Copy full SHA for dc43a28
src/pages/layer-2.tsx
@@ -4,6 +4,7 @@ import { graphql, PageProps } from "gatsby"
4
import { GatsbyImage } from "gatsby-plugin-image"
5
import styled from "@emotion/styled"
6
import { useIntl } from "react-intl"
7
+import { Badge } from "@chakra-ui/react"
8
9
// Data
10
import layer2Data from "../data/layer-2/layer-2.json"
@@ -39,7 +40,6 @@ import { getImage } from "../utils/image"
39
40
41
// Constants
42
import { GATSBY_FUNCTIONS_PATH } from "../constants"
-import { Badge } from "@chakra-ui/react"
43
44
// Styles
45
0 commit comments