Use proper es6 import syntax
This commit is contained in:
parent
1b003462ca
commit
0cdb6be566
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue