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

4 lines
158 B
TypeScript
Raw Normal View History

2022-05-31 15:49:04 +00:00
export { default as Lazy } from "./Lazy";
export { default as MutateAction } from "./MutateAction";
export { default as QueryOverlay } from "./QueryOverlay";