Skip to content

Commit 1a7cf7d

Browse files
authored
Update SOC.md
1 parent 400e163 commit 1a7cf7d

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

SOC.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,8 @@ import Template from "./Template";
1717

1818
@customElement("myfeature-component")
1919
export class MyFeature extends LitElement {
20-
static get styles() {
21-
return Style
22-
}
23-
24-
public render() {
25-
return Template.bind(this)();
26-
}
20+
public static styles = Style;
21+
public render = Template.bind(this);
2722
}
2823

2924
// Style.ts

0 commit comments

Comments
 (0)