misc_pterodactyl-panel/resources/scripts/components/elements/button/index.ts

3 lines
103 B
TypeScript
Raw Normal View History

export { default as Button } from './Button';
export { default as styles } from './button.module.css';