imbric-theme 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +2 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -3,6 +3,8 @@ export { default as CenteredContent } from './layout/CenteredContent'
3
3
  export { default as Container } from './layout/Container'
4
4
  export { default as FullHeightContent } from './layout/FullHeightContent'
5
5
  export { default as Spacer } from './layout/Spacer'
6
+ export { default as Navbar } from './layout/Navbar'
7
+ export { default as Sidebar } from './layout/Sidebar'
6
8
 
7
9
  // Atoms
8
10
  export { default as Avatar } from './atoms/Avatar'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "imbric-theme",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "Components library IMBRIC",
5
5
  "private": false,
6
6
  "main": "index.js",