From 10b9be555d3223a869bdf7c894230af77da76779 Mon Sep 17 00:00:00 2001 From: Olivia206 <olivia.simonet206@gmail.com> Date: Mon, 18 Sep 2023 10:18:26 +0200 Subject: [PATCH] added agenda to templates --- assets/jsconfig.json | 10 ++++++++++ layouts/partials/blocks/templates/agenda.html | 0 2 files changed, 10 insertions(+) create mode 100644 assets/jsconfig.json create mode 100644 layouts/partials/blocks/templates/agenda.html diff --git a/assets/jsconfig.json b/assets/jsconfig.json new file mode 100644 index 00000000..377218cc --- /dev/null +++ b/assets/jsconfig.json @@ -0,0 +1,10 @@ +{ + "compilerOptions": { + "baseUrl": ".", + "paths": { + "*": [ + "*" + ] + } + } +} \ No newline at end of file diff --git a/layouts/partials/blocks/templates/agenda.html b/layouts/partials/blocks/templates/agenda.html new file mode 100644 index 00000000..e69de29b -- GitLab