mirror of
https://github.com/zhigang1992/react-slot-fill.git
synced 2026-04-29 21:05:31 +08:00
fix mitt import
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-slot-fill",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"private": false,
|
||||
"homepage": "https://camwest.github.io/react-slot-fill",
|
||||
"module": "lib/rsf.es.js",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import * as React from 'react';
|
||||
import * as mitt from 'mitt';
|
||||
import mitt from 'mitt';
|
||||
|
||||
import { Requireable } from 'prop-types';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user