From 48d188675830b3e5d2afab6d6cec098166942833 Mon Sep 17 00:00:00 2001 From: Cornelius Kahns <67231872+TAR5@users.noreply.github.com> Date: Wed, 16 Nov 2022 10:48:22 +0100 Subject: [PATCH] Add missing semicolons to example script --- examples/klaro-and-webpack/src/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/klaro-and-webpack/src/index.js b/examples/klaro-and-webpack/src/index.js index 19e43239..3b0fce04 100644 --- a/examples/klaro-and-webpack/src/index.js +++ b/examples/klaro-and-webpack/src/index.js @@ -1,9 +1,9 @@ // we can either import Klaro without styles... import * as Klaro from "klaro/dist/klaro-no-css"; // and the manually load the styles (e.g. to bundle them manually) -import "klaro/dist/klaro.css" +import "klaro/dist/klaro.css"; // or we can import Klaro with styles: -// import * as Klaro from "klaro" +// import * as Klaro from "klaro"; // we define a minimal configuration const config = {