Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
christianvogt committed May 10, 2024
1 parent f3927fd commit 7d8d3ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/utilities/string.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,5 @@ export const truncateString = (str: string, length: number): string => {
}
return `${str.substring(0, length)}…`;
};

export const testFunction = (x: string, y: string): string => `${x}-${y}`;

0 comments on commit 7d8d3ae

Please sign in to comment.