bazarr/frontend/src/components/async/index.ts

4 lines
158 B
TypeScript

export { default as Lazy } from "./Lazy";
export { default as MutateAction } from "./MutateAction";
export { default as QueryOverlay } from "./QueryOverlay";