This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
chirpstack
Watch
1
Star
0
Fork
0
You've already forked chirpstack
mirror of
https://github.com/chirpstack/chirpstack.git
synced
2025-03-20 19:15:18 +00:00
Code
Issues
Actions
3
Packages
Projects
Releases
Wiki
Activity
chirpstack
/
ui
/
src
/
history.ts
3 lines
81 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Implement automatic formatting for JS / TSX source code. Implemented automatic code formatting for JS/TSX using prettier and husky with pre-commit hook Signed-off-by: SAGAR PATEL <sagar.a.patel@slscorp.com> Co-authored-by: Orne Brocaar <info@brocaar.com>
2022-05-02 15:28:26 +05:30
import
{
createHashHistory
}
from
"history"
;
Initial commit.
2022-04-06 21:18:32 +01:00
export
default
createHashHistory
(
)
;
Reference in New Issue
Copy Permalink