plataforma-fundacao-componentes 2.20.24 → 2.20.25

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -25,7 +25,7 @@ import 'plataforma-fundacao-componentes/dist/index.css'
25
25
  ## 2) Importar o componente e utilizar :P
26
26
 
27
27
  ```tsx
28
- import React, { Component } from 'react'
28
+ import React from 'react'
29
29
  import { Button } from 'plataforma-fundacao-componentes'
30
30
 
31
31
  expord default function Example() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "plataforma-fundacao-componentes",
3
- "version": "2.20.24",
3
+ "version": "2.20.25",
4
4
  "description": "Made with create-react-library",
5
5
  "author": "Guvidaletti",
6
6
  "license": "MIT",