feat(tip): add coffee tipping page
This commit is contained in:
@@ -22,6 +22,7 @@ export const ROUTES = {
|
||||
splash: "/splash",
|
||||
chat: "/chat",
|
||||
privateRoom: "/private-room",
|
||||
tip: "/tip",
|
||||
auth: "/auth",
|
||||
sidebar: "/sidebar",
|
||||
subscription: "/subscription",
|
||||
@@ -54,6 +55,7 @@ export const ALL_STATIC_ROUTES: readonly StaticRoute[] = [
|
||||
ROUTES.splash,
|
||||
ROUTES.chat,
|
||||
ROUTES.privateRoom,
|
||||
ROUTES.tip,
|
||||
ROUTES.auth,
|
||||
ROUTES.sidebar,
|
||||
ROUTES.coinsRules,
|
||||
|
||||
Reference in New Issue
Block a user