From 14e01ee264de08c22698f618f8b2d2ee86eff33f Mon Sep 17 00:00:00 2001 From: Dale Sande Date: Thu, 12 Sep 2019 16:18:42 -0700 Subject: [PATCH] fix: #7 double quotes --- template/src/ods-[name].js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/src/ods-[name].js b/template/src/ods-[name].js index 96265464..151d1015 100644 --- a/template/src/ods-[name].js +++ b/template/src/ods-[name].js @@ -6,9 +6,9 @@ import { LitElement, html } from "lit-element"; // Import touch detection lib -import 'focus-visible/dist/focus-visible.min.js'; +import "focus-visible/dist/focus-visible.min.js"; // impot the processed CSS file into the scope of the component -import componentProperties from './tokens/componentShapeProperties-css.js'; +import componentProperties from "./tokens/componentShapeProperties-css.js"; import styleCss from "./style-css.js"; // build the component class