diff --git a/src/starter-kit.jsx b/src/starter-kit.jsx index edbcf8d..ca6a75e 100644 --- a/src/starter-kit.jsx +++ b/src/starter-kit.jsx @@ -18,7 +18,7 @@ * along with Cockpit; If not, see . */ -import 'cockpit'; +import cockpit from 'cockpit'; import React from 'react'; export class StarterKit extends React.Component {