Skip to content

Commit

Permalink
Correct code snippet selector
Browse files Browse the repository at this point in the history
  • Loading branch information
J12934 committed Jul 26, 2023
1 parent bb2a999 commit 55123e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/code-snippet/code-snippet.component.ts
Expand Up @@ -27,7 +27,7 @@ interface Solved {
}

@Component({
selector: 'app-user-details',
selector: 'code-snippet',
templateUrl: './code-snippet.component.html',
styleUrls: ['./code-snippet.component.scss']
})
Expand Down

0 comments on commit 55123e8

Please sign in to comment.