managment frontend initiated
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { PageProps } from "@/components/validations/translations/translation";
|
||||
import React from "react";
|
||||
|
||||
const EventAppendPage: React.FC<PageProps> = () => {
|
||||
return <div>EventAppendPage</div>;
|
||||
};
|
||||
|
||||
export default EventAppendPage;
|
||||
Reference in New Issue
Block a user