@platformatic/ui-components 0.1.15 → 0.1.16
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/index.js
CHANGED
|
@@ -7,7 +7,7 @@ import BorderedText from './src/components/BorderedText'
|
|
|
7
7
|
import Box from './src/components/Box'
|
|
8
8
|
import Button from './src/components/Button'
|
|
9
9
|
import FollowUs from './src/components/FollowUs'
|
|
10
|
-
import FrontpageBackground from './
|
|
10
|
+
import FrontpageBackground from './src/components/FrontpageBackground'
|
|
11
11
|
import GHLoginButton from './src/components/GHLoginButton'
|
|
12
12
|
import HorizontalSeparator from './src/components/HorizontalSeparator'
|
|
13
13
|
import Input from './src/components/Input'
|