Files
dolphin-frontend/src/components/common/SystemLogo/components/index.ts
2022-01-04 19:09:00 +08:00

5 lines
116 B
TypeScript

import SvgLogo from './SvgLogo.vue';
import SvgFillLogo from './SvgFillLogo.vue';
export { SvgLogo, SvgFillLogo };