Skip to content

Commit

Permalink
Lint fix again (don't comment out PartnerSignup, just delete)
Browse files Browse the repository at this point in the history
  • Loading branch information
benborgers authored Jul 22, 2024
1 parent 426e665 commit 34aaf40
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/contact/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from 'react';
// import PartnerSignup from 'components/PartnerSignup';
import { notFound } from 'next/navigation';

import client from 'content';
Expand Down Expand Up @@ -29,7 +28,6 @@ export default async function ContactPage() {
<div className={cx('base')}>
<h1>{fields.heading}</h1>
{parse(fields.description)}
{/* <PartnerSignup /> */}
</div>
);
}
Expand Down

0 comments on commit 34aaf40

Please sign in to comment.