fix(calendar): fix import

This commit is contained in:
M-Gabrielly 2025-11-06 01:15:24 -03:00
parent b96f9e56bb
commit c6aacc7df4

View File

@ -2,6 +2,7 @@
// Imports mantidos
import { useEffect, useState } from "react";
import dynamic from "next/dynamic";
// --- Imports do EventManager (NOVO) - MANTIDOS ---
import { EventManager, type Event } from "@/components/features/general/event-manager";