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 060e034 commit 84cf889
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/MailItem.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import dayjs from "dayjs";
import useStore, { Email } from "../store";
import useStore from "../store";
import { Email } from "../types";

type MailItemProps = {
email: Email;
Expand Down

0 comments on commit 84cf889

Please sign in to comment.