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 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…
Add table
Add a link
Reference in a new issue