1
0
Fork 1
mirror of https://github.com/hay-kot/homebox.git synced 2024-12-30 02:26:36 +00:00
homebox/frontend/lib/api/base/index.ts
Hayden 75c633dcb5
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 14:46:53 -08:00

2 lines
70 B
TypeScript

export { BaseAPI } from "./base-api";
export { route } from "./urls";