Skip to content

Commit 6f979f3

Browse files
committed
More clean-up
1 parent 9c724c4 commit 6f979f3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pages/api/contact-form.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { inspect } from 'util';
2-
import { PlainClient, UpsertCustomTimelineEntryInput } from '@team-plain/typescript-sdk';
2+
import { PlainClient } from '@team-plain/typescript-sdk';
33
import type { NextApiRequest, NextApiResponse } from 'next';
44

55
const apiKey = process.env.PLAIN_API_KEY;

pages/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import type { NextPage } from 'next';
22
import Head from 'next/head';
3-
import { ContactForm } from '../src/components/contactForm';
43
import { HelpButton } from '../src/components/helpButton';
54

65
const Home: NextPage = () => {

0 commit comments

Comments
 (0)