Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
bangnokia committed Jun 15, 2022
1 parent 6df2e74 commit 5e49353
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
3 changes: 2 additions & 1 deletion src/components/Mailbox.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import MailItem from "./MailItem";
import useStore, { Email } from "../store";
import useStore from "../store";
import { Email } from "../types";
import shallow from "zustand/shallow";
import ButtonAutoOpenNewEmail from "./buttons/ButtonAutoOpenNewEmail";
import ButtonDeleteEmails from "./buttons/ButtonDeleteEmails";
Expand Down
12 changes: 0 additions & 12 deletions src/themes.ts

This file was deleted.

2 changes: 1 addition & 1 deletion src/utils/utils.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Email } from "../store";
import { Email } from "../types";

export function makeExcerpt(email: Email) {
let excerpt = "";
Expand Down

0 comments on commit 5e49353

Please sign in to comment.