This commit is contained in:
Ayush Acharjya
2024-10-27 00:50:29 +01:00
parent 4c8c77495e
commit 99bc489909
4 changed files with 35 additions and 2 deletions

3
lib/createEvent.ts Normal file
View File

@@ -0,0 +1,3 @@
export const createEvent = async (event: Event) => {
console.log('HELLO');
};