From 93d2cd8a05bd0d7f29e29479d3bddd6a352c54e2 Mon Sep 17 00:00:00 2001 From: Harini312821 Date: Wed, 31 Jul 2024 02:24:30 +0800 Subject: [PATCH] edit event --- client/src/pages/EditEventsPage.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/pages/EditEventsPage.tsx b/client/src/pages/EditEventsPage.tsx index 3c1347d..f65bd9c 100644 --- a/client/src/pages/EditEventsPage.tsx +++ b/client/src/pages/EditEventsPage.tsx @@ -1,5 +1,4 @@ import React, { useState, useEffect } from 'react'; -import DefaultLayout from "../layouts/default"; import { Button } from "@nextui-org/react"; import { Formik, Form } from "formik"; import * as Yup from "yup";