Files
Severiano Badajoz 0634160c0c Fix unit tests (#2428)
* only create toaster if we're on the browser

* drop/fix references to window

* add back fe unit tests
2021-09-15 00:43:59 +00:00

5 lines
120 B
JavaScript

export const baseDataURL = "https://a.fake.url/api/v0.2";
export { schema } from "./schema";
export * from "./routes";