This website requires JavaScript.
Explore
Help
Sign in
vbatts
/
homebox
Watch
1
Star
0
Fork
You've already forked homebox
0
forked from
mirrors/homebox
Code
Pull requests
Activity
3d295b5132
homebox
/
frontend
/
lib
/
api
/
base
/
index.ts
3 lines
70 B
TypeScript
Raw
Normal View
History
Unescape
Escape
frontend: cleanup * dummy commit * cleanup workflows * setup and run eslint * add linter to CI * use eslint for formatting * reorder rules * drop editor config
2022-09-09 22:46:53 +00:00
export
{
BaseAPI
}
from
"./base-api"
;
export
{
route
}
from
"./urls"
;
Copy permalink