diff --git a/src/pages/markets/new/index.jsx b/src/pages/markets/new/index.jsx index 02c80c8..fb57ab9 100644 --- a/src/pages/markets/new/index.jsx +++ b/src/pages/markets/new/index.jsx @@ -1,16 +1,4 @@ -import dynamic from 'next/dynamic'; - -const CreateMarketFlow = dynamic( - () => import('../../../components/futarchyFi/createMarket/CreateMarketFlow'), - { - ssr: false, - loading: () => ( -
-
-
- ), - } -); +import CreateMarketFlow from '../../../components/futarchyFi/createMarket/CreateMarketFlow'; export default function NewMarketPage() { return ;