visuddhinanda 1 month ago
parent
commit
91057f856e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      dashboard-v6/src/components/recent/RecentModal.tsx

+ 2 - 1
dashboard-v6/src/components/recent/RecentModal.tsx

@@ -1,7 +1,8 @@
 import React, { useState } from "react";
 import { Modal } from "antd";
-import RecentList, { type IRecent } from "./RecentList";
+import RecentList from "./RecentList";
 import { useIntl } from "react-intl";
+import type { IRecent } from "../../api/recent";
 
 interface IWidget {
   trigger?: React.ReactNode;