Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jonator committed Oct 8, 2024
1 parent 5083f00 commit d44fab7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/web/components/complex/add-conc-liquidity.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ import { api } from "~/utils/trpc";

import { Tooltip } from "../tooltip";

// TODO: don't think these dynamic imports are needed or are set up properly
const ConcentratedLiquidityDepthChart = dynamic(
() =>
import("~/components/chart/concentrated-liquidity-depth").then(
Expand Down

0 comments on commit d44fab7

Please sign in to comment.