Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit 9a38b93

Browse files
committed
lint fixes
1 parent db96a9b commit 9a38b93

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ts/components/newsletter_form.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
import * as React from 'react';
22
import styled from 'styled-components';
3+
// @ts-ignore
34
const GhostAdminAPI = require('@tryghost/admin-api');
4-
// import GhostAdminAPI from '@tryghost/admin-api'
55
import { fadeIn } from 'ts/style/keyframes';
66

7-
import { backendClient } from 'ts/utils/backend_client';
8-
import { configs, GHOST_API_KEY } from 'ts/utils/configs';
7+
import { GHOST_API_KEY } from 'ts/utils/configs';
98
import { errorReporter } from 'ts/utils/error_reporter';
109

1110
interface IFormProps {

ts/utils/configs.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// @ts-ignore
12
require('dotenv').config();
23

34
import { environments } from 'ts/utils/environments';

0 commit comments

Comments
 (0)