mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-12 20:40:29 +00:00
Remove .js from imports (#1948)
* Remove .js from lovelace Also cleaned up some trailing whitespace * Go big or go home * More removals * Revert changes to gallery webpack * Revert changes to webpack.config.js
This commit is contained in:
committed by
Paulus Schoutsen
parent
eb505d4bd7
commit
c0c7c0f41a
@@ -1,8 +1,8 @@
|
||||
import { html } from "@polymer/polymer/lib/utils/html-tag.js";
|
||||
import { PolymerElement } from "@polymer/polymer/polymer-element.js";
|
||||
import { html } from "@polymer/polymer/lib/utils/html-tag";
|
||||
import { PolymerElement } from "@polymer/polymer/polymer-element";
|
||||
|
||||
import "./ha-paper-slider.js";
|
||||
import "./ha-icon.js";
|
||||
import "./ha-paper-slider";
|
||||
import "./ha-icon";
|
||||
|
||||
class HaLabeledSlider extends PolymerElement {
|
||||
static get template() {
|
||||
|
||||
Reference in New Issue
Block a user