bazarr/frontend/src/components/index.tsx

5 lines
146 B
TypeScript

export * from "./inputs";
export { default as Search } from "./Search";
export * from "./tables";
export { default as Toolbox } from "./toolbox";