Răsfoiți Sursa

Added Event detail empty component to shared components

jnfrati 4 ani în urmă
părinte
comite
76dc54bb14
1 a modificat fișierele cu 7 adăugiri și 0 ștergeri
  1. 7 0
      dashboard/src/components/events/EventDetail.tsx

+ 7 - 0
dashboard/src/components/events/EventDetail.tsx

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