From 58ef5833b3f77f321c587dd86448c888029016ce Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Thu, 22 Dec 2022 14:44:26 +0100 Subject: feat: Many things - Working Login/Logout - Groundwork for web components - Loading web-components with version tag - Load temporal-polyfill globally --- code/api/wwwroot/scripts/module.mjs | 1 + 1 file changed, 1 insertion(+) create mode 100644 code/api/wwwroot/scripts/module.mjs (limited to 'code/api/wwwroot/scripts/module.mjs') diff --git a/code/api/wwwroot/scripts/module.mjs b/code/api/wwwroot/scripts/module.mjs new file mode 100644 index 0000000..9050b00 --- /dev/null +++ b/code/api/wwwroot/scripts/module.mjs @@ -0,0 +1 @@ +import "./vendor/temporal.min.mjs"; \ No newline at end of file -- cgit v1.3