Open mauricekleine opened 5 years ago
Sometimes we use:
import React from "react"; class SomeComponent extends React.Component {}
and sometimes we use:
import React, { Component } from "react"; class SomeComponent extends Component {}
We should enforce consistent import of React modules.
I like the idea. If you wanna give it a go we can sync later today and you can try to tackle it. 👍
@jukben sounds perfect! What about at the end of the day? I have sync until 5.30 but after that I'm your man 🤙
Sometimes we use:
and sometimes we use:
We should enforce consistent import of React modules.