admin/src/views/index.js
xidedix c46cb8400e v2.0.0-alpha.2
- refactor: FullHeader `<AppHeaderDropdown direction="down">` (required prop `direction`)
- refactor: ButtonDropdowns `<Dropdown direction="up">` (deprecate 'dropup')
- refactor: Dashboard legend badge pill
- refactor: SocialButtons to BrandButtons `btn-brand`
- refactor: Buttons spacing `mr-1`
- update: reactstrap to `5.0.0`
- update: react, react-dom to `16.3.1`
- update: node-sass-chokidar to `1.1.0`
- update: prop-types to `15.5.8`
- update: react-scripts to `1.1.4`
2018-04-09 13:36:51 +02:00

69 lines
1.1 KiB
JavaScript

import {
Breadcrumbs,
Cards,
Carousels,
Collapses,
Dropdowns,
Forms,
Jumbotrons,
ListGroups,
Navbars,
Navs,
Paginations,
Popovers,
ProgressBar,
Switches,
Tables,
Tabs,
Tooltips,
} from './Base';
import { ButtonDropdowns, ButtonGroups, Buttons, BrandButtons } from './Buttons';
import Charts from './Charts';
import Dashboard from './Dashboard';
import { Flags, FontAwesome, SimpleLineIcons } from './Icons';
import { Alerts, Badges, Modals } from './Notifications';
import { Login, Page404, Page500, Register } from './Pages';
import { Colors, Typography } from './Theme';
import Widgets from './Widgets';
export {
Badges,
Typography,
Colors,
Page404,
Page500,
Register,
Login,
Modals,
Alerts,
Flags,
SimpleLineIcons,
FontAwesome,
ButtonDropdowns,
ButtonGroups,
BrandButtons,
Buttons,
Tooltips,
Tabs,
Tables,
Charts,
Dashboard,
Widgets,
Jumbotrons,
Switches,
ProgressBar,
Popovers,
Navs,
Navbars,
ListGroups,
Forms,
Dropdowns,
Collapses,
Carousels,
Cards,
Breadcrumbs,
Paginations,
};