We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3846e89 commit d353c51Copy full SHA for d353c51
src/commands/calendar/index.ts
@@ -1,4 +1,4 @@
1
// fun/index.ts
2
3
export * from './getEvents';
4
-export * from './addEvent';
+export * from './newEvent';
src/commands/calendar/addEvent.ts src/commands/calendar/newEvent.ts
0 commit comments