Files
automatisch/packages/web/src/components/MationLogo/index.tsx
2023-12-14 15:59:37 +00:00

9 lines
195 B
TypeScript

import * as React from 'react';
import { ReactComponent as MationLogoSvg } from './assets/mation-logo.svg';
const MationLogo = () => {
return <MationLogoSvg />;
};
export default MationLogo;