diff --git a/src/components/MailItem.tsx b/src/components/MailItem.tsx
index 9f15894..5eba9c3 100644
--- a/src/components/MailItem.tsx
+++ b/src/components/MailItem.tsx
@@ -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;