Clean up some lint warnings
This commit is contained in:
parent
eb09b39de3
commit
64d4e98996
|
@ -2,10 +2,7 @@ import Placeholder from "react-bootstrap/Placeholder";
|
|||
import React from "react";
|
||||
import Stack from "react-bootstrap/Stack";
|
||||
|
||||
import { IAccount, IEmail, IMailbox } from "./client/types";
|
||||
import Client from "./client/Client";
|
||||
import EmailContent from "./EmailContent";
|
||||
import EmailList from "./EmailList";
|
||||
import { IEmail } from "./client/types";
|
||||
|
||||
type EmailContentHTMLProps = {
|
||||
email: IEmail;
|
||||
|
|
|
@ -2,10 +2,7 @@ import Placeholder from "react-bootstrap/Placeholder";
|
|||
import React from "react";
|
||||
import Stack from "react-bootstrap/Stack";
|
||||
|
||||
import { IAccount, IEmail, IMailbox } from "./client/types";
|
||||
import Client from "./client/Client";
|
||||
import EmailContent from "./EmailContent";
|
||||
import EmailList from "./EmailList";
|
||||
import { IEmail } from "./client/types";
|
||||
|
||||
type EmailContentTextProps = {
|
||||
email: IEmail;
|
||||
|
|
Loading…
Reference in New Issue