refactor: add event and user routes to default ui

This commit is contained in:
reya
2024-01-08 09:30:04 +07:00
parent c04ca3a1ab
commit aa80301778
36 changed files with 523 additions and 1761 deletions
+2
View File
@@ -11,3 +11,5 @@ export * from "./layouts/home";
export * from "./layouts/settings";
export * from "./mentions";
export * from "./replyList";
export * from "./routes/event";
export * from "./routes/user";