mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
3
packages/react-router/src/utils/generateId.ts
Normal file
3
packages/react-router/src/utils/generateId.ts
Normal file
@ -0,0 +1,3 @@
|
||||
let count = 0;
|
||||
|
||||
export const generateId = () => (count++).toString();
|
Reference in New Issue
Block a user