File tree Expand file tree Collapse file tree 8 files changed +16
-0
lines changed
Expand file tree Collapse file tree 8 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,8 @@ Write a `src/contributions/inspector/comp-label.ts` file with the following cont
6969``` typescript
7070' use strict' ;
7171
72+ import { methods } from " ../../main" ;
73+
7274type Selector <$ > = { $: Record <keyof $ , any | null > }
7375
7476export const template = `
Original file line number Diff line number Diff line change @@ -69,6 +69,8 @@ export class CustomLabelComponent extends Component {
6969``` typescript
7070' use strict' ;
7171
72+ import { methods } from " ../../main" ;
73+
7274type Selector <$ > = { $: Record <keyof $ , any | null > }
7375
7476export const template = `
Original file line number Diff line number Diff line change @@ -69,6 +69,8 @@ Write a `src/contributions/inspector/comp-label.ts` file with the following cont
6969``` typescript
7070' use strict' ;
7171
72+ import { methods } from " ../../main" ;
73+
7274type Selector <$ > = { $: Record <keyof $ , any | null > }
7375
7476export const template = `
Original file line number Diff line number Diff line change @@ -69,6 +69,8 @@ export class CustomLabelComponent extends Component {
6969``` typescript
7070' use strict' ;
7171
72+ import { methods } from " ../../main" ;
73+
7274type Selector <$ > = { $: Record <keyof $ , any | null > }
7375
7476export const template = `
Original file line number Diff line number Diff line change @@ -69,6 +69,8 @@ Write a `src/contributions/inspector/comp-label.ts` file with the following cont
6969``` typescript
7070' use strict' ;
7171
72+ import { methods } from " ../../main" ;
73+
7274type Selector <$ > = { $: Record <keyof $ , any | null > }
7375
7476export const template = `
Original file line number Diff line number Diff line change @@ -69,6 +69,8 @@ export class CustomLabelComponent extends Component {
6969``` typescript
7070' use strict' ;
7171
72+ import { methods } from " ../../main" ;
73+
7274type Selector <$ > = { $: Record <keyof $ , any | null > }
7375
7476export const template = `
Original file line number Diff line number Diff line change @@ -69,6 +69,8 @@ Write a `src/contributions/inspector/comp-label.ts` file with the following cont
6969``` typescript
7070' use strict' ;
7171
72+ import { methods } from " ../../main" ;
73+
7274type Selector <$ > = { $: Record <keyof $ , any | null > }
7375
7476export const template = `
Original file line number Diff line number Diff line change @@ -69,6 +69,8 @@ export class CustomLabelComponent extends Component {
6969``` typescript
7070' use strict' ;
7171
72+ import { methods } from " ../../main" ;
73+
7274type Selector <$ > = { $: Record <keyof $ , any | null > }
7375
7476export const template = `
You can’t perform that action at this time.
0 commit comments