mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-08 02:19:43 +00:00
Use named export for compare (#3169)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export default (a, b) => {
|
||||
export const compare = (a: string, b: string) => {
|
||||
if (a < b) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user