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 4e26703 commit de049dfCopy full SHA for de049df
src/components/Buttons/ButtonTwoLines/index.tsx
@@ -1,10 +1,8 @@
1
import type { IconType } from "react-icons/lib"
2
import { Icon, Stack, Text } from "@chakra-ui/react"
3
4
-import { Button, type ButtonProps } from "@/components/Buttons"
5
-import ButtonLink, {
6
- type ButtonLinkProps,
7
-} from "@/components/Buttons/ButtonLink"
+import Button, { type ButtonProps } from "../Button"
+import ButtonLink, { type ButtonLinkProps } from "../ButtonLink"
8
9
type CommonProps = {
10
icon: IconType | typeof Icon
0 commit comments