@@ -0,0 +1,7 @@
+import React from "react";
+
+const EventDetail = () => {
+ return <div></div>;
+};
+export default EventDetail;