Skip to content

Commit 49bd54c

Browse files
committed
fix import order
1 parent e0c7674 commit 49bd54c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/SkipLink.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import React from "react"
2-
import Translation from "./Translation"
32
import { Box } from "@chakra-ui/react"
3+
4+
import Translation from "./Translation"
45
import Link from "../components/Link"
56

67
export interface IProps {

0 commit comments

Comments
 (0)