bazarr/frontend/src/components/index.tsx

5 lines
146 B
TypeScript
Raw Normal View History

2021-03-25 14:22:43 +00:00
export * from "./inputs";
2022-05-31 15:49:04 +00:00
export { default as Search } from "./Search";
2021-03-25 14:22:43 +00:00
export * from "./tables";
2022-05-31 15:49:04 +00:00
export { default as Toolbox } from "./toolbox";