From da0556feab1e34e2de5b515c4d075603ef832b24 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Mon, 11 Nov 2024 23:27:59 -0500 Subject: Google fonts + thermostat widget --- scripts/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/main.js') diff --git a/scripts/main.js b/scripts/main.js index b86a956..ce0dfe4 100644 --- a/scripts/main.js +++ b/scripts/main.js @@ -1,3 +1,3 @@ -import { widget } from './gui-common/widgets.js'; +import * as w from './gui-common/widgets.js'; -widget(); \ No newline at end of file +let a = w.Widget(); -- cgit v1.2.3