mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 04:50:36 +03:00
6 lines
218 B
TypeScript
6 lines
218 B
TypeScript
export { Button } from './button1';
|
|
export { MiniButton } from './mini-button';
|
|
export { SelectorButton } from './selector-button';
|
|
export { SubmitButton } from './submit-button';
|
|
export { TextURL } from './text-url';
|