5 lines
116 B
TypeScript
5 lines
116 B
TypeScript
import SvgLogo from './SvgLogo.vue';
|
|
import SvgFillLogo from './SvgFillLogo.vue';
|
|
|
|
export { SvgLogo, SvgFillLogo };
|