@platformatic/ui-components 0.1.62 → 0.1.63
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/index.js +1 -1
- package/package.json +1 -1
- package/src/components/Sidebar.jsx +1 -0
package/index.js
CHANGED
|
@@ -21,7 +21,7 @@ import Loadable from './src/components/Loadable'
|
|
|
21
21
|
import LoadingSpinner from './src/components/LoadingSpinner'
|
|
22
22
|
import LoginButton from './src/components/LoginButton'
|
|
23
23
|
import Logo from './src/components/Logo'
|
|
24
|
-
import Logos from './src/components/
|
|
24
|
+
import Logos from './src/components/logos'
|
|
25
25
|
import Modal from './src/components/Modal'
|
|
26
26
|
import PlatformaticIcon from './src/components/PlatformaticIcon'
|
|
27
27
|
import Playground from './src/components/Playground'
|
package/package.json
CHANGED