mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-25 14:50:29 +00:00
* feat: rename face recognition view * feat: optimize code --------- Co-authored-by: 杨国璇 <ygx@Hello-word.local>
16 lines
227 B
JavaScript
16 lines
227 B
JavaScript
export {
|
|
getViewName,
|
|
getViewById,
|
|
getViewByName,
|
|
isDefaultView,
|
|
isFilterView,
|
|
isGroupView,
|
|
isSortView,
|
|
isHiddenColumnsView,
|
|
getViewShownColumns,
|
|
} from './core';
|
|
|
|
export {
|
|
getGroupByPath,
|
|
} from './group';
|