Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Robiquet committed Jan 17, 2024
1 parent 450e9d3 commit 38bddd2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/create/editor/Editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,10 @@ import { getMetadataForCurrency } from "lib/constants/supported-currencies";
import Input from "components/ui/Input";
import TimezoneSelect from "./inputs/TimezoneSelect";
import { Loader } from "components/ui/Loader";
import { LiquidityInputAmm2 } from "./inputs/LiquidityAMM2";
import FeeSelect from "./inputs/FeeSelect";
import { useWallet } from "lib/state/wallet";
import { marketFormDataToExtrinsicParams } from "lib/state/market-creation/types/form";
import { KeyringPairOrExtSigner } from "@zeitgeistpm/rpc";
import { CreateMarketParams, RpcContext } from "@zeitgeistpm/sdk";

const QuillEditor = dynamic(() => import("components/ui/QuillEditor"), {
ssr: false,
Expand Down

0 comments on commit 38bddd2

Please sign in to comment.