mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 01:09:51 +03:00
formatting
This commit is contained in:
@@ -1 +1,2 @@
|
||||
export const routeMatches = (route: string, pathname: string) => pathname.startsWith(route + '/') || pathname === route;
|
||||
export const routeMatches = (route: string, pathname: string) =>
|
||||
pathname.startsWith(route + '/') || pathname === route;
|
||||
|
||||
Reference in New Issue
Block a user