visuddhinanda 1 napja
szülő
commit
e12a568aec

+ 1 - 1
dashboard-v6/src/components/discussion/DiscussionTopicChildren.tsx

@@ -13,7 +13,7 @@ import type {
   ISentHistoryListResponse,
   ISentHistoryListResponse,
 } from "../../api/sentence-history";
 } from "../../api/sentence-history";
 import DiscussionItem from "./DiscussionItem";
 import DiscussionItem from "./DiscussionItem";
-import SentHistoryGroup from "../sentence-history.tsx/SentHistoryGroup";
+import SentHistoryGroup from "../sentence-history/SentHistoryGroup";
 
 
 interface IItem {
 interface IItem {
   type: "comment" | "sent";
   type: "comment" | "sent";

+ 0 - 0
dashboard-v6/src/components/sentence-history.tsx/SentHistory.tsx → dashboard-v6/src/components/sentence-history/SentHistory.tsx


+ 0 - 0
dashboard-v6/src/components/sentence-history.tsx/SentHistoryGroup.tsx → dashboard-v6/src/components/sentence-history/SentHistoryGroup.tsx


+ 0 - 0
dashboard-v6/src/components/sentence-history.tsx/SentHistoryItem.tsx → dashboard-v6/src/components/sentence-history/SentHistoryItem.tsx


+ 0 - 0
dashboard-v6/src/components/sentence-history.tsx/SentHistoryModal.tsx → dashboard-v6/src/components/sentence-history/SentHistoryModal.tsx


+ 1 - 1
dashboard-v6/src/components/sentence/SentEditMenu.tsx

@@ -23,7 +23,7 @@ import {
 } from "../../assets/icon";
 } from "../../assets/icon";
 import { useIntl } from "react-intl";
 import { useIntl } from "react-intl";
 import { fullUrl } from "../../utils";
 import { fullUrl } from "../../utils";
-import SentHistoryModal from "../sentence-history.tsx/SentHistoryModal";
+import SentHistoryModal from "../sentence-history/SentHistoryModal";
 
 
 interface IWidget {
 interface IWidget {
   data?: ISentence;
   data?: ISentence;