Skip to content

Commit 817779d

Browse files
committed
style: lint
1 parent c61b0ec commit 817779d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/usage/v8/app/set-focus/angular/example_component_ts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { IonButton, IonRadio, IonRadioGroup } from '@ionic/angular/standalone';
66
selector: 'app-example',
77
templateUrl: 'example.component.html',
88
styleUrls: ['example.component.css'],
9-
imports: [IonButton, IonRadio, IonRadioGroup]
9+
imports: [IonButton, IonRadio, IonRadioGroup],
1010
})
1111
export class ExampleComponent {
1212
focusElement(id: string) {

0 commit comments

Comments
 (0)