15 lines
263 B
JavaScript
15 lines
263 B
JavaScript
export default {
|
|
title: '@ohif/ui',
|
|
menu: [
|
|
'Getting Started',
|
|
// COMPONENTS ARE DEFINED JUST TO CUSTOMIZE THEIR SORTING
|
|
'General',
|
|
'Data Display',
|
|
'Feedback',
|
|
'Form',
|
|
'Navigation',
|
|
// 'Other',
|
|
],
|
|
ignore: ['README.md'],
|
|
};
|