Uploaded image for project: 'Camunda Optimize'
  1. Camunda Optimize
  2. OPT-2915

import react Component in consistent way across the application

    • Icon: Task Task
    • Resolution: Fixed
    • Icon: L3 - Default L3 - Default
    • 2.7.0
    • None
    • frontend
    • None

      Context:
      Sometimes we import Component like this:

      import React, {Component} from 'react'
      ...extends Component ...
      

      and other times like this:

      import React from 'react'
      ...extends React.Component...
      

      We should be consistent and use the same method everywhere

        This is the controller panel for Smart Panels app

            [OPT-2915] import react Component in consistent way across the application

            There are no comments yet on this issue.

              Unassigned Unassigned
              omran.abazeed Omran Abazeed
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: