mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Sebastian Malton <sebastian@malton.name> - add the protocol handler links to the docs Signed-off-by: Sebastian Malton <sebastian@malton.name> - add svg loaded to webpack Signed-off-by: Sebastian Malton <sebastian@malton.name>
9 lines
135 B
TypeScript
9 lines
135 B
TypeScript
// Navigation (renderer)
|
|
|
|
import { bindEvents } from "./events";
|
|
|
|
export * from "./history";
|
|
export * from "./helpers";
|
|
|
|
bindEvents();
|