Convert TS
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import {useState} from 'react';
|
||||
import { EventDetailContext } from "./EventDetailContext.js"
|
||||
import getEventById from "../../utils/events/getEventById.js";
|
||||
import deleteTaskFunction from "../../utils/tasks/deleteTask.js";
|
||||
import getEventById from "../../utils/events/getEventById";
|
||||
import deleteTaskFunction from "../../utils/tasks/deleteTask";
|
||||
|
||||
export function EventDetailProvider({ children }) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user