1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-01 08:03:20 +00:00

unused service test

This commit is contained in:
Kyle Spearrin
2018-01-08 16:22:31 -05:00
parent 5c243e01ec
commit 005ec447a7
2 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
export class UnusedService {
private unusedMethod(): string {
return 'unusedstring';
}
}