Skip to content

Commit dc43a28

Browse files
chore(pages/layer-2): update import order
1 parent b226e10 commit dc43a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/layer-2.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { graphql, PageProps } from "gatsby"
44
import { GatsbyImage } from "gatsby-plugin-image"
55
import styled from "@emotion/styled"
66
import { useIntl } from "react-intl"
7+
import { Badge } from "@chakra-ui/react"
78

89
// Data
910
import layer2Data from "../data/layer-2/layer-2.json"
@@ -39,7 +40,6 @@ import { getImage } from "../utils/image"
3940

4041
// Constants
4142
import { GATSBY_FUNCTIONS_PATH } from "../constants"
42-
import { Badge } from "@chakra-ui/react"
4343

4444
// Styles
4545

0 commit comments

Comments
 (0)