Skip to content

Commit

Permalink
Optimize imports (misc)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadorequest committed Jan 10, 2021
1 parent 7bcfef4 commit 28130f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ import I18nLink from '../../../../components/i18n/I18nLink';
import DefaultLayout from '../../../../components/pageLayouts/DefaultLayout';
import ExternalLink from '../../../../components/utils/ExternalLink';
import useCustomer from '../../../../hooks/useCustomer';
import { Customer } from '../../../../types/data/Customer';
import { AirtableRecord } from '../../../../types/data/AirtableRecord';
import { Customer } from '../../../../types/data/Customer';
import { Product } from '../../../../types/data/Product';
import { I18nLocale } from '../../../../types/i18n/I18nLocale';
import { CommonServerSideParams } from '../../../../types/nextjs/CommonServerSideParams';
Expand Down
1 change: 0 additions & 1 deletion src/pages/api/webhooks/deploymentCompleted.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import {
NextApiRequest,
NextApiResponse,
} from 'next';
import { GenericObject } from '../../../types/GenericObject';
import { convertRequestBodyToJSObject } from '../../../utils/api/convertRequestBodyToJSObject';

import Sentry, {
Expand Down

0 comments on commit 28130f5

Please sign in to comment.