mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-23 06:48:11 +08:00
* only create toaster if we're on the browser * drop/fix references to window * add back fe unit tests
5 lines
120 B
JavaScript
5 lines
120 B
JavaScript
export const baseDataURL = "https://a.fake.url/api/v0.2";
|
|
|
|
export { schema } from "./schema";
|
|
export * from "./routes";
|