1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-11 11:51:27 +00:00

style: optimize code

This commit is contained in:
liuhongbo
2024-06-11 17:21:11 +08:00
parent be3b792852
commit 2d4d8ed0ff
3 changed files with 11 additions and 2 deletions

View File

@@ -47,4 +47,4 @@ const getCurrentPageConfig = (pages,pageId) => {
return pages.filter(page => page.id === pageId)[0]
}
export { generatorBase64Code, generateUniqueId, isObjectNotEmpty, getIconURL,getCurrentPageConfig };
export { generatorBase64Code, generateUniqueId, isObjectNotEmpty, getIconURL, getCurrentPageConfig };