From ae5523b74f6917dbc953a3c684122f592096a756 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole-Gustav=20R=C3=B8ed?= Date: Sun, 11 Aug 2024 23:16:03 +0200 Subject: [PATCH] fix --- index.html | 4 ++-- main.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index c4420cc..403aa3a 100644 --- a/index.html +++ b/index.html @@ -1,8 +1,8 @@ - - + + diff --git a/main.js b/main.js index 4713b67..e6e5eef 100644 --- a/main.js +++ b/main.js @@ -1,4 +1,4 @@ -import { dotnet } from './_framework/dotnet.js' +import { dotnet } from './framework/dotnet.js' const { getAssemblyExports, getConfig } = await dotnet.create(); let exports = await getAssemblyExports(getConfig().mainAssemblyName);