mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 10:59:50 +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,4 +1,4 @@
|
||||
import { fireEvent } from "./dom/fire_event.js";
|
||||
import { fireEvent } from "./dom/fire_event";
|
||||
|
||||
export const navigate = (
|
||||
node: HTMLElement,
|
||||
|
||||
Reference in New Issue
Block a user