From eed8630e3a3124413b734cc365712c763c53e9dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20P?= Date: Sun, 1 Aug 2021 01:05:58 +0200 Subject: [PATCH] Fix stupid mistake in ui.js --- js/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui.js b/js/ui.js index b232e98..02c6ea6 100644 --- a/js/ui.js +++ b/js/ui.js @@ -1,5 +1,5 @@ //use strict; -import { Farapp } from "./fara";'fara.js'; +import { Farapp } from "./fara.js"; window.addEventListener('load', () => { let navlinks = Array.from(document.querySelectorAll('#links a'));