Skip to content

Commit

Permalink
remove debugging import
Browse files Browse the repository at this point in the history
  • Loading branch information
mjlescano committed Sep 9, 2024
1 parent 80a0323 commit a793129
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/website/src/pages/deploy/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { NextSeo } from 'next-seo';
import dynamic from 'next/dynamic';
import { ReactElement } from 'react';
import Layout from './_layout';
import '@usecannon/builder';

const NoSSR = dynamic(() => import('@/features/Deploy/SignTransactionsPage'), {
ssr: false,
Expand Down

0 comments on commit a793129

Please sign in to comment.