Clean up some lint warnings
This commit is contained in:
parent
eb09b39de3
commit
64d4e98996
2 changed files with 2 additions and 8 deletions
|
@ -2,10 +2,7 @@ import Placeholder from "react-bootstrap/Placeholder";
|
||||||
import React from "react";
|
import React from "react";
|
||||||
import Stack from "react-bootstrap/Stack";
|
import Stack from "react-bootstrap/Stack";
|
||||||
|
|
||||||
import { IAccount, IEmail, IMailbox } from "./client/types";
|
import { IEmail } from "./client/types";
|
||||||
import Client from "./client/Client";
|
|
||||||
import EmailContent from "./EmailContent";
|
|
||||||
import EmailList from "./EmailList";
|
|
||||||
|
|
||||||
type EmailContentHTMLProps = {
|
type EmailContentHTMLProps = {
|
||||||
email: IEmail;
|
email: IEmail;
|
||||||
|
|
|
@ -2,10 +2,7 @@ import Placeholder from "react-bootstrap/Placeholder";
|
||||||
import React from "react";
|
import React from "react";
|
||||||
import Stack from "react-bootstrap/Stack";
|
import Stack from "react-bootstrap/Stack";
|
||||||
|
|
||||||
import { IAccount, IEmail, IMailbox } from "./client/types";
|
import { IEmail } from "./client/types";
|
||||||
import Client from "./client/Client";
|
|
||||||
import EmailContent from "./EmailContent";
|
|
||||||
import EmailList from "./EmailList";
|
|
||||||
|
|
||||||
type EmailContentTextProps = {
|
type EmailContentTextProps = {
|
||||||
email: IEmail;
|
email: IEmail;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue