chore: sync with gin-template

This commit is contained in:
JustSong
2022-11-22 11:04:06 +08:00
parent 8247192977
commit 5913266969
41 changed files with 813 additions and 490 deletions
+1
View File
@@ -0,0 +1 @@
export const ITEMS_PER_PAGE = 10; // this value must keep same as the one defined in backend!
+2 -1
View File
@@ -1,2 +1,3 @@
export * from './toast.constants';
export * from './user.constants';
export * from './user.constants';
export * from './common.constant';