From 800163a913f7bba533dddc4b3ee28909578987ce Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Mon, 8 Feb 2021 16:29:36 +0100 Subject: :sparkles: Event Model --- dist/models/Event.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 dist/models/Event.js (limited to 'dist/models/Event.js') diff --git a/dist/models/Event.js b/dist/models/Event.js new file mode 100644 index 00000000..5a8077b3 --- /dev/null +++ b/dist/models/Event.js @@ -0,0 +1,4 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +// located in collection events +//# sourceMappingURL=Event.js.map \ No newline at end of file -- cgit 1.5.1