Skip to content

Commit 3787b30

Browse files
committed
adjust imports
1 parent cc3dd93 commit 3787b30

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/components/CallToContribute/index.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ import { Flex, FlexProps, Icon } from "@chakra-ui/react"
44

55
import { ChildOnlyProp } from "@/lib/types"
66

7-
import { ButtonLink } from "../Buttons"
8-
import InlineLink from "../Link"
9-
import OldHeading from "../OldHeading"
10-
import Text from "../OldText"
11-
import Translation from "../Translation"
7+
import { ButtonLink } from "@/components/Buttons"
8+
import InlineLink from "@/components/Link"
9+
import OldHeading from "@/components/OldHeading"
10+
import Text from "@/components/OldText"
11+
import Translation from "@/components/Translation"
1212

1313
export type CallToContributeProps = {
1414
editPath: string

0 commit comments

Comments
 (0)