1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/src/renderer/navigation/index.ts
Sebastian Malton f06ba27d97 add common app routes to the protocol renderer router
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>
2021-03-16 10:04:12 -04:00

9 lines
135 B
TypeScript

// Navigation (renderer)
import { bindEvents } from "./events";
export * from "./history";
export * from "./helpers";
bindEvents();