Skip to content

Commit

Permalink
Update import path for ButtonLink
Browse files Browse the repository at this point in the history
  • Loading branch information
ioay committed Jan 26, 2024
1 parent 9dc558a commit d43e61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dapp/src/components/Overview/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ import React from "react"
import { Flex, Grid, HStack, Switch } from "@chakra-ui/react"
import { useDocsDrawer } from "#/hooks"
import { TextSm } from "#/components/shared/Typography"
import ButtonLink from "#/components/shared/ButtonLink"
import { USD } from "#/constants"
import PositionDetails from "./PositionDetails"
import Statistics from "./Statistics"
import TransactionHistory from "./TransactionHistory"
import ButtonLink from "../shared/ButtonLink"

export default function Overview() {
const { onOpen } = useDocsDrawer()
Expand Down

0 comments on commit d43e61b

Please sign in to comment.