Skip to content

Commit

Permalink
Merge pull request lensapp#21 from lensapp/update-styling-css-modules…
Browse files Browse the repository at this point in the history
…-lens5

Updated to work with Lens 5 Extension API - styling-css-modules-sample
  • Loading branch information
stevejr authored Aug 2, 2021
2 parents 35f6f4c + d365b1c commit 019627d
Show file tree
Hide file tree
Showing 5 changed files with 1,116 additions and 765 deletions.
4 changes: 2 additions & 2 deletions styling-css-modules-sample/main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { LensMainExtension } from "@k8slens/extensions";
import { Renderer } from "@k8slens/extensions";

export default class ModulesStylingExtensionMain extends LensMainExtension {
export default class ModulesStylingExtensionMain extends Renderer.LensExtension {
onActivate() {
console.log('styling-css-modules-sample activated');
}
Expand Down
Loading

0 comments on commit 019627d

Please sign in to comment.