react-speakeazii 1.0.5 → 1.0.7
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/README.md +11 -0
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -30,6 +30,17 @@ function App() {
|
|
|
30
30
|
return (
|
|
31
31
|
<>
|
|
32
32
|
<VisitorTracker apikey="YOUR_API_KEY" />
|
|
33
|
+
|
|
34
|
+
<Blogs apikey="YOUR_API_KEY" />
|
|
35
|
+
|
|
36
|
+
<Products apikey="YOUR_API_KEY" />
|
|
37
|
+
|
|
38
|
+
<Services apikey="YOUR_API_KEY" />
|
|
39
|
+
|
|
40
|
+
<Testimonials apikey="YOUR_API_KEY" />
|
|
41
|
+
|
|
42
|
+
<ContactForm apikey="YOUR_API_KEY" />
|
|
43
|
+
|
|
33
44
|
{/* Your other app components */}
|
|
34
45
|
</>
|
|
35
46
|
);
|