Rename JSX files with proper .jsx extension (#23733)

This commit is contained in:
Renaud Chaput
2023-02-20 03:20:59 +01:00
committed by GitHub
parent f0e1b12c10
commit 44a7d87cb1
248 changed files with 10 additions and 2 deletions

View File

@ -0,0 +1,10 @@
import React from 'react';
const Logo = () => (
<svg viewBox='0 0 261 66' className='logo' role='img'>
<title>Mastodon</title>
<use xlinkHref='#logo-symbol-wordmark' />
</svg>
);
export default Logo;