File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ const Cards = require('./components/pages/components/cards');
27
27
const DatePicker = require ( './components/pages/components/date-picker' ) ;
28
28
const Dialog = require ( './components/pages/components/dialog' ) ;
29
29
const DropDownMenu = require ( './components/pages/components/drop-down-menu' ) ;
30
+ const GridList = require ( './components/pages/components/grid-list' ) ;
30
31
const Icons = require ( './components/pages/components/icons' ) ;
31
32
const IconButtons = require ( './components/pages/components/icon-buttons' ) ;
32
33
const IconMenus = require ( './components/pages/components/icon-menus' ) ;
@@ -81,6 +82,7 @@ const AppRoutes = (
81
82
< Route path = "date-picker" component = { DatePicker } />
82
83
< Route path = "dialog" component = { Dialog } />
83
84
< Route path = "dropdown-menu" component = { DropDownMenu } />
85
+ < Route path = "grid-list" component = { GridList } />
84
86
< Route path = "icons" component = { Icons } />
85
87
< Route path = "icon-buttons" component = { IconButtons } />
86
88
< Route path = "icon-menus" component = { IconMenus } />
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ export default class Components extends React.Component {
12
12
{ route : '/components/date-picker' , text : 'Date Picker' } ,
13
13
{ route : '/components/dialog' , text : 'Dialog' } ,
14
14
{ route : '/components/dropdown-menu' , text : 'Dropdown Menu' } ,
15
+ { route : '/components/grid-list' , text : 'Grid List' } ,
15
16
{ route : '/components/icons' , text : 'Icons' } ,
16
17
{ route : '/components/icon-buttons' , text : 'Icon Buttons' } ,
17
18
{ route : '/components/icon-menus' , text : 'Icon Menus' } ,
You can’t perform that action at this time.
0 commit comments