forked from RiseUP/riseup-squad20
fix(calendar): fix import
This commit is contained in:
parent
b96f9e56bb
commit
c6aacc7df4
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
// Imports mantidos
|
// Imports mantidos
|
||||||
import { useEffect, useState } from "react";
|
import { useEffect, useState } from "react";
|
||||||
|
import dynamic from "next/dynamic";
|
||||||
|
|
||||||
// --- Imports do EventManager (NOVO) - MANTIDOS ---
|
// --- Imports do EventManager (NOVO) - MANTIDOS ---
|
||||||
import { EventManager, type Event } from "@/components/features/general/event-manager";
|
import { EventManager, type Event } from "@/components/features/general/event-manager";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user