fix: use main's EventDisplay.tsx and fix test imports

- Revert to main's EventDisplay.tsx (had wrong version from old commits)
- Fix EventRepetition.test.tsx import path
This commit is contained in:
lenhanphung
2025-10-08 13:12:41 +07:00
committed by Benoit TELLIER
parent ad56b71488
commit 6433086332
2 changed files with 551 additions and 490 deletions
@@ -8,7 +8,7 @@ import {
createEventHandlers,
EventHandlersProps,
} from "../../../src/components/Calendar/handlers/eventHandlers";
import EventPreviewModal from "../../../src/components/Event/EventDisplayPreview";
import EventPreviewModal from "../../../src/features/Events/EventDisplayPreview";
describe("Recurrence Event Behavior Tests", () => {
const mockOnClose = jest.fn();
File diff suppressed because it is too large Load Diff