1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 14:50:29 +00:00
Files
seahub/frontend/src/metadata/utils/view/index.js
杨国璇 3f6c4f3d26 feat: rename face recognition view (#7164)
* feat: rename face recognition view

* feat: optimize code

---------

Co-authored-by: 杨国璇 <ygx@Hello-word.local>
2024-12-09 14:13:37 +08:00

16 lines
227 B
JavaScript

export {
getViewName,
getViewById,
getViewByName,
isDefaultView,
isFilterView,
isGroupView,
isSortView,
isHiddenColumnsView,
getViewShownColumns,
} from './core';
export {
getGroupByPath,
} from './group';