[Glitch] Use the new JSX transform everywhere
Port 8f66126b10 to glitch-soc
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import React from 'react';
|
||||
import { PureComponent } from 'react';
|
||||
import { Switch, Route, withRouter } from 'react-router-dom';
|
||||
import { showTrends } from 'flavours/glitch/initial_state';
|
||||
import Trends from 'flavours/glitch/features/getting_started/containers/trends_container';
|
||||
@@ -15,7 +15,7 @@ const DefaultNavigation = () => (
|
||||
</>
|
||||
);
|
||||
|
||||
class NavigationPortal extends React.PureComponent {
|
||||
class NavigationPortal extends PureComponent {
|
||||
|
||||
render () {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user