Use proper es6 import syntax

This commit is contained in:
Lars Karlitski 2017-10-18 19:06:49 +02:00
parent 1b003462ca
commit 0cdb6be566

View file

@ -18,7 +18,7 @@
* along with Cockpit; If not, see <http://www.gnu.org/licenses/>.
*/
import 'cockpit';
import cockpit from 'cockpit';
import React from 'react';
export class StarterKit extends React.Component {