mirror of
https://github.com/hex248/ob248.com.git
synced 2026-02-08 02:33:02 +00:00
5 lines
101 B
TypeScript
5 lines
101 B
TypeScript
import { Icon } from './Icon';
|
|
export * from './icons';
|
|
export * from './Icon';
|
|
export default Icon;
|