Use proper es6 import syntax
This commit is contained in:
parent
6bfe20fdcc
commit
fb3ce721b2
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
||||||
* along with Cockpit; If not, see <http://www.gnu.org/licenses/>.
|
* along with Cockpit; If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import 'cockpit';
|
import cockpit from 'cockpit';
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
|
|
||||||
export class StarterKit extends React.Component {
|
export class StarterKit extends React.Component {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue