We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c724c4 commit 6f979f3Copy full SHA for 6f979f3
pages/api/contact-form.ts
@@ -1,5 +1,5 @@
1
import { inspect } from 'util';
2
-import { PlainClient, UpsertCustomTimelineEntryInput } from '@team-plain/typescript-sdk';
+import { PlainClient } from '@team-plain/typescript-sdk';
3
import type { NextApiRequest, NextApiResponse } from 'next';
4
5
const apiKey = process.env.PLAIN_API_KEY;
pages/index.tsx
@@ -1,6 +1,5 @@
import type { NextPage } from 'next';
import Head from 'next/head';
-import { ContactForm } from '../src/components/contactForm';
import { HelpButton } from '../src/components/helpButton';
6
const Home: NextPage = () => {
0 commit comments