feat(feedback): add problem reporting flow
This commit is contained in:
@@ -25,6 +25,7 @@ export const ROUTES = {
|
||||
externalEntry: "/external-entry",
|
||||
auth: "/auth",
|
||||
sidebar: "/sidebar",
|
||||
feedback: "/feedback",
|
||||
subscription: "/subscription",
|
||||
coinsRules: "/coins-rules",
|
||||
} as const;
|
||||
@@ -69,6 +70,7 @@ export const ALL_STATIC_ROUTES: readonly StaticRoute[] = [
|
||||
ROUTES.externalEntry,
|
||||
ROUTES.auth,
|
||||
ROUTES.sidebar,
|
||||
ROUTES.feedback,
|
||||
ROUTES.coinsRules,
|
||||
] as const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user