feat: add withdrawal management pages
This commit is contained in:
@@ -22,6 +22,7 @@ import * as system from "./system";
|
||||
import * as ticket from "./ticket";
|
||||
import * as tool from "./tool";
|
||||
import * as user from "./user";
|
||||
import * as withdrawal from "./withdrawal";
|
||||
export default {
|
||||
ads,
|
||||
announcement,
|
||||
@@ -43,4 +44,5 @@ export default {
|
||||
ticket,
|
||||
tool,
|
||||
user,
|
||||
withdrawal,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user