barbican-reset 1.2.4 → 1.2.5
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
CHANGED
|
@@ -8,7 +8,7 @@ import AccountTitle from './components/account_title'
|
|
|
8
8
|
import Wrap from './components/wrap'
|
|
9
9
|
import TableRow from './components/table_row'
|
|
10
10
|
import Banner from './components/banner'
|
|
11
|
-
import
|
|
11
|
+
import Alert from './components/alert'
|
|
12
12
|
import LoadingAnimation from './components/loading_animation'
|
|
13
13
|
import RelatedTitle from './components/related_title'
|
|
14
14
|
import TypeText from './components/type_text'
|
|
@@ -20,7 +20,7 @@ import FormUpdate from './components/form_update'
|
|
|
20
20
|
|
|
21
21
|
export {
|
|
22
22
|
LoadingAnimation,
|
|
23
|
-
|
|
23
|
+
Alert,
|
|
24
24
|
RelatedTitle,
|
|
25
25
|
TypeText,
|
|
26
26
|
Container,
|
package/package.json
CHANGED