grep-components
Advanced tools
Comparing version 0.0.21 to 0.0.24
export * from "./AppBar"; | ||
export * from "./AppBarNavigationList"; | ||
export * from "./BodyLayout"; | ||
@@ -6,4 +7,5 @@ export * from "./CenterLayout"; | ||
export { default as AppBar } from "./AppBar"; | ||
export { default as AppBarNavigationList } from "./AppBarNavigationList"; | ||
export { default as BodyLayout } from "./BodyLayout"; | ||
export { default as CenterLayout } from "./CenterLayout"; | ||
export { default as MainLayout } from "./MainLayout"; |
@@ -7,4 +7,5 @@ export { default as ThemeProvider } from "@material-ui/core/styles/MuiThemeProvider"; | ||
export { default as AppBar } from "./components/AppBar"; | ||
export { default as AppBarNavigationList } from "./components/AppBarNavigationList"; | ||
export { default as BodyLayout } from "./components/BodyLayout"; | ||
export { default as CenterLayout } from "./components/CenterLayout"; | ||
export { default as MainLayout } from "./components/MainLayout"; |
{ | ||
"name": "grep-components", | ||
"version": "0.0.21", | ||
"version": "0.0.24", | ||
"description": "Grep komponentbibliotek", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1752485
15264