quick-start-feature-box 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11,7 +11,7 @@ import { Tooltip as Tooltip2, message as message2, Image } from "antd";
|
|
|
11
11
|
import React7, { useMemo as useMemo3, useState as useState4, useContext as useContext2 } from "react";
|
|
12
12
|
|
|
13
13
|
// src/StepAndQuote/index.js
|
|
14
|
-
import React6, { useMemo as useMemo2 } from "react";
|
|
14
|
+
import React6, { useMemo as useMemo2, useContext } from "react";
|
|
15
15
|
|
|
16
16
|
// src/StepAndQuote/index.less
|
|
17
17
|
var StepAndQuote_default = {};
|