mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-27 19:42:11 +10:00
7 lines
115 B
JavaScript
7 lines
115 B
JavaScript
import IconKeys from './IconKeys';
|
|
|
|
export const Icon = {
|
|
component: IconKeys,
|
|
props: {},
|
|
group: 'icons',
|
|
};
|