mirror of
https://github.com/Polymer/polymer-starter-kit.git
synced 2025-02-25 18:55:22 -06:00
Use single quotes
This commit is contained in:
parent
afb28ad690
commit
4f625dbcee
@ -8,7 +8,7 @@
|
||||
* subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
||||
*/
|
||||
|
||||
import { PolymerElement, html } from "@polymer/polymer/polymer-element.js";
|
||||
import { PolymerElement, html } from '@polymer/polymer/polymer-element.js';
|
||||
import { setPassiveTouchGestures, setRootPath } from '@polymer/polymer/lib/utils/settings.js';
|
||||
import '@polymer/app-layout/app-drawer/app-drawer.js';
|
||||
import '@polymer/app-layout/app-drawer-layout/app-drawer-layout.js';
|
||||
|
Loading…
Reference in New Issue
Block a user