mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-28 21:57:23 +02:00
📢 Add Featurebase (#796)
This commit is contained in:
parent
5532723d23
commit
222947292b
8 changed files with 151 additions and 157 deletions
|
@ -1,6 +1,5 @@
|
|||
import { mergeRouters, router } from "../trpc";
|
||||
import { auth } from "./auth";
|
||||
import { feedback } from "./feedback";
|
||||
import { polls } from "./polls";
|
||||
import { user } from "./user";
|
||||
import { userPreferences } from "./user-preferences";
|
||||
|
@ -12,7 +11,6 @@ export const appRouter = mergeRouters(
|
|||
auth,
|
||||
polls,
|
||||
user,
|
||||
feedback,
|
||||
userPreferences,
|
||||
}),
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue