refactor(web): remove typescript
This commit is contained in:
6
packages/web/src/components/MationLogo/index.jsx
Normal file
6
packages/web/src/components/MationLogo/index.jsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import * as React from 'react';
|
||||
import { ReactComponent as MationLogoSvg } from './assets/mation-logo.svg';
|
||||
const MationLogo = () => {
|
||||
return <MationLogoSvg />;
|
||||
};
|
||||
export default MationLogo;
|
Reference in New Issue
Block a user