ktrouter 1.1.2 → 1.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (299) hide show
  1. package/app/.next/BUILD_ID +1 -1
  2. package/app/.next/app-path-routes-manifest.json +11 -11
  3. package/app/.next/build-manifest.json +2 -2
  4. package/app/.next/server/app/(dashboard)/dashboard/basic-chat/page_client-reference-manifest.js +1 -1
  5. package/app/.next/server/app/(dashboard)/dashboard/cli-tools/[toolId]/page_client-reference-manifest.js +1 -1
  6. package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page_client-reference-manifest.js +1 -1
  7. package/app/.next/server/app/(dashboard)/dashboard/combos/page_client-reference-manifest.js +1 -1
  8. package/app/.next/server/app/(dashboard)/dashboard/console-log/page_client-reference-manifest.js +1 -1
  9. package/app/.next/server/app/(dashboard)/dashboard/endpoint/page_client-reference-manifest.js +1 -1
  10. package/app/.next/server/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page_client-reference-manifest.js +1 -1
  11. package/app/.next/server/app/(dashboard)/dashboard/media-providers/[kind]/page_client-reference-manifest.js +1 -1
  12. package/app/.next/server/app/(dashboard)/dashboard/media-providers/combo/[id]/page_client-reference-manifest.js +1 -1
  13. package/app/.next/server/app/(dashboard)/dashboard/media-providers/web/page_client-reference-manifest.js +1 -1
  14. package/app/.next/server/app/(dashboard)/dashboard/mitm/page_client-reference-manifest.js +1 -1
  15. package/app/.next/server/app/(dashboard)/dashboard/page_client-reference-manifest.js +1 -1
  16. package/app/.next/server/app/(dashboard)/dashboard/profile/page_client-reference-manifest.js +1 -1
  17. package/app/.next/server/app/(dashboard)/dashboard/providers/[id]/page_client-reference-manifest.js +1 -1
  18. package/app/.next/server/app/(dashboard)/dashboard/providers/new/page_client-reference-manifest.js +1 -1
  19. package/app/.next/server/app/(dashboard)/dashboard/providers/page_client-reference-manifest.js +1 -1
  20. package/app/.next/server/app/(dashboard)/dashboard/proxy-pools/page_client-reference-manifest.js +1 -1
  21. package/app/.next/server/app/(dashboard)/dashboard/quota/page_client-reference-manifest.js +1 -1
  22. package/app/.next/server/app/(dashboard)/dashboard/skills/page_client-reference-manifest.js +1 -1
  23. package/app/.next/server/app/(dashboard)/dashboard/translator/page_client-reference-manifest.js +1 -1
  24. package/app/.next/server/app/(dashboard)/dashboard/usage/page_client-reference-manifest.js +1 -1
  25. package/app/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
  26. package/app/.next/server/app/_global-error.html +1 -1
  27. package/app/.next/server/app/_global-error.rsc +1 -1
  28. package/app/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  29. package/app/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  30. package/app/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
  31. package/app/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  32. package/app/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  33. package/app/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  34. package/app/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  35. package/app/.next/server/app/_not-found.html +1 -1
  36. package/app/.next/server/app/_not-found.rsc +3 -3
  37. package/app/.next/server/app/_not-found.segments/_full.segment.rsc +3 -3
  38. package/app/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  39. package/app/.next/server/app/_not-found.segments/_index.segment.rsc +3 -3
  40. package/app/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  41. package/app/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  42. package/app/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
  43. package/app/.next/server/app/api/oauth/[provider]/[action]/route.js +1 -1
  44. package/app/.next/server/app/api/oauth/kiro/browser-login/route.js +1 -1
  45. package/app/.next/server/app/api/oauth/kiro/browser-login/route.js.nft.json +1 -1
  46. package/app/.next/server/app/api/oauth/kiro/import/route.js +1 -1
  47. package/app/.next/server/app/api/oauth/kiro/import/route.js.nft.json +1 -1
  48. package/app/.next/server/app/api/oauth/kiro/social-authorize/route.js +1 -1
  49. package/app/.next/server/app/api/oauth/kiro/social-authorize/route.js.nft.json +1 -1
  50. package/app/.next/server/app/api/oauth/kiro/social-exchange/route.js +1 -1
  51. package/app/.next/server/app/api/oauth/kiro/social-exchange/route.js.nft.json +1 -1
  52. package/app/.next/server/app/api/providers/[id]/models/route.js +1 -1
  53. package/app/.next/server/app/api/providers/[id]/models/route.js.nft.json +1 -1
  54. package/app/.next/server/app/api/providers/[id]/test/route.js +1 -1
  55. package/app/.next/server/app/api/providers/client/route.js +1 -1
  56. package/app/.next/server/app/api/providers/test-batch/route.js +1 -1
  57. package/app/.next/server/app/api/translator/send/route.js +1 -1
  58. package/app/.next/server/app/api/translator/translate/route.js +1 -1
  59. package/app/.next/server/app/api/usage/[connectionId]/route.js +1 -1
  60. package/app/.next/server/app/api/v1/api/chat/route.js +1 -1
  61. package/app/.next/server/app/api/v1/chat/completions/route.js +1 -1
  62. package/app/.next/server/app/api/v1/embeddings/route.js +1 -1
  63. package/app/.next/server/app/api/v1/images/generations/route.js +1 -1
  64. package/app/.next/server/app/api/v1/messages/route.js +1 -1
  65. package/app/.next/server/app/api/v1/responses/compact/route.js +1 -1
  66. package/app/.next/server/app/api/v1/responses/route.js +1 -1
  67. package/app/.next/server/app/api/v1/search/route.js +1 -1
  68. package/app/.next/server/app/api/v1/web/fetch/route.js +1 -1
  69. package/app/.next/server/app/api/v1beta/models/[...path]/route.js +1 -1
  70. package/app/.next/server/app/callback/page_client-reference-manifest.js +1 -1
  71. package/app/.next/server/app/callback.html +1 -1
  72. package/app/.next/server/app/callback.rsc +3 -3
  73. package/app/.next/server/app/callback.segments/_full.segment.rsc +3 -3
  74. package/app/.next/server/app/callback.segments/_head.segment.rsc +1 -1
  75. package/app/.next/server/app/callback.segments/_index.segment.rsc +3 -3
  76. package/app/.next/server/app/callback.segments/_tree.segment.rsc +1 -1
  77. package/app/.next/server/app/callback.segments/callback/__PAGE__.segment.rsc +1 -1
  78. package/app/.next/server/app/callback.segments/callback.segment.rsc +1 -1
  79. package/app/.next/server/app/dashboard/basic-chat.html +1 -1
  80. package/app/.next/server/app/dashboard/basic-chat.rsc +5 -5
  81. package/app/.next/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard/basic-chat/__PAGE__.segment.rsc +2 -2
  82. package/app/.next/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard/basic-chat.segment.rsc +1 -1
  83. package/app/.next/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  84. package/app/.next/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  85. package/app/.next/server/app/dashboard/basic-chat.segments/_full.segment.rsc +5 -5
  86. package/app/.next/server/app/dashboard/basic-chat.segments/_head.segment.rsc +1 -1
  87. package/app/.next/server/app/dashboard/basic-chat.segments/_index.segment.rsc +3 -3
  88. package/app/.next/server/app/dashboard/basic-chat.segments/_tree.segment.rsc +1 -1
  89. package/app/.next/server/app/dashboard/cli-tools.html +1 -1
  90. package/app/.next/server/app/dashboard/cli-tools.rsc +5 -5
  91. package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard/cli-tools/__PAGE__.segment.rsc +2 -2
  92. package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard/cli-tools.segment.rsc +1 -1
  93. package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  94. package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  95. package/app/.next/server/app/dashboard/cli-tools.segments/_full.segment.rsc +5 -5
  96. package/app/.next/server/app/dashboard/cli-tools.segments/_head.segment.rsc +1 -1
  97. package/app/.next/server/app/dashboard/cli-tools.segments/_index.segment.rsc +3 -3
  98. package/app/.next/server/app/dashboard/cli-tools.segments/_tree.segment.rsc +1 -1
  99. package/app/.next/server/app/dashboard/combos.html +1 -1
  100. package/app/.next/server/app/dashboard/combos.rsc +5 -5
  101. package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard/combos/__PAGE__.segment.rsc +2 -2
  102. package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard/combos.segment.rsc +1 -1
  103. package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  104. package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  105. package/app/.next/server/app/dashboard/combos.segments/_full.segment.rsc +5 -5
  106. package/app/.next/server/app/dashboard/combos.segments/_head.segment.rsc +1 -1
  107. package/app/.next/server/app/dashboard/combos.segments/_index.segment.rsc +3 -3
  108. package/app/.next/server/app/dashboard/combos.segments/_tree.segment.rsc +1 -1
  109. package/app/.next/server/app/dashboard/endpoint.html +1 -1
  110. package/app/.next/server/app/dashboard/endpoint.rsc +5 -5
  111. package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard/endpoint/__PAGE__.segment.rsc +2 -2
  112. package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard/endpoint.segment.rsc +1 -1
  113. package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  114. package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  115. package/app/.next/server/app/dashboard/endpoint.segments/_full.segment.rsc +5 -5
  116. package/app/.next/server/app/dashboard/endpoint.segments/_head.segment.rsc +1 -1
  117. package/app/.next/server/app/dashboard/endpoint.segments/_index.segment.rsc +3 -3
  118. package/app/.next/server/app/dashboard/endpoint.segments/_tree.segment.rsc +1 -1
  119. package/app/.next/server/app/dashboard/media-providers/web.html +1 -1
  120. package/app/.next/server/app/dashboard/media-providers/web.rsc +5 -5
  121. package/app/.next/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard/media-providers/web/__PAGE__.segment.rsc +2 -2
  122. package/app/.next/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard/media-providers/web.segment.rsc +1 -1
  123. package/app/.next/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard/media-providers.segment.rsc +1 -1
  124. package/app/.next/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  125. package/app/.next/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  126. package/app/.next/server/app/dashboard/media-providers/web.segments/_full.segment.rsc +5 -5
  127. package/app/.next/server/app/dashboard/media-providers/web.segments/_head.segment.rsc +1 -1
  128. package/app/.next/server/app/dashboard/media-providers/web.segments/_index.segment.rsc +3 -3
  129. package/app/.next/server/app/dashboard/media-providers/web.segments/_tree.segment.rsc +1 -1
  130. package/app/.next/server/app/dashboard/mitm.html +1 -1
  131. package/app/.next/server/app/dashboard/mitm.rsc +5 -5
  132. package/app/.next/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard/mitm/__PAGE__.segment.rsc +2 -2
  133. package/app/.next/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard/mitm.segment.rsc +1 -1
  134. package/app/.next/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  135. package/app/.next/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  136. package/app/.next/server/app/dashboard/mitm.segments/_full.segment.rsc +5 -5
  137. package/app/.next/server/app/dashboard/mitm.segments/_head.segment.rsc +1 -1
  138. package/app/.next/server/app/dashboard/mitm.segments/_index.segment.rsc +3 -3
  139. package/app/.next/server/app/dashboard/mitm.segments/_tree.segment.rsc +1 -1
  140. package/app/.next/server/app/dashboard/profile.html +1 -1
  141. package/app/.next/server/app/dashboard/profile.rsc +5 -5
  142. package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard/profile/__PAGE__.segment.rsc +2 -2
  143. package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard/profile.segment.rsc +1 -1
  144. package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  145. package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  146. package/app/.next/server/app/dashboard/profile.segments/_full.segment.rsc +5 -5
  147. package/app/.next/server/app/dashboard/profile.segments/_head.segment.rsc +1 -1
  148. package/app/.next/server/app/dashboard/profile.segments/_index.segment.rsc +3 -3
  149. package/app/.next/server/app/dashboard/profile.segments/_tree.segment.rsc +1 -1
  150. package/app/.next/server/app/dashboard/providers/new.html +1 -1
  151. package/app/.next/server/app/dashboard/providers/new.rsc +5 -5
  152. package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers/new/__PAGE__.segment.rsc +2 -2
  153. package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers/new.segment.rsc +1 -1
  154. package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers.segment.rsc +1 -1
  155. package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  156. package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  157. package/app/.next/server/app/dashboard/providers/new.segments/_full.segment.rsc +5 -5
  158. package/app/.next/server/app/dashboard/providers/new.segments/_head.segment.rsc +1 -1
  159. package/app/.next/server/app/dashboard/providers/new.segments/_index.segment.rsc +3 -3
  160. package/app/.next/server/app/dashboard/providers/new.segments/_tree.segment.rsc +1 -1
  161. package/app/.next/server/app/dashboard/providers.html +1 -1
  162. package/app/.next/server/app/dashboard/providers.rsc +5 -5
  163. package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard/providers/__PAGE__.segment.rsc +2 -2
  164. package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard/providers.segment.rsc +1 -1
  165. package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  166. package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  167. package/app/.next/server/app/dashboard/providers.segments/_full.segment.rsc +5 -5
  168. package/app/.next/server/app/dashboard/providers.segments/_head.segment.rsc +1 -1
  169. package/app/.next/server/app/dashboard/providers.segments/_index.segment.rsc +3 -3
  170. package/app/.next/server/app/dashboard/providers.segments/_tree.segment.rsc +1 -1
  171. package/app/.next/server/app/dashboard/proxy-pools.html +1 -1
  172. package/app/.next/server/app/dashboard/proxy-pools.rsc +5 -5
  173. package/app/.next/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard/proxy-pools/__PAGE__.segment.rsc +2 -2
  174. package/app/.next/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard/proxy-pools.segment.rsc +1 -1
  175. package/app/.next/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  176. package/app/.next/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  177. package/app/.next/server/app/dashboard/proxy-pools.segments/_full.segment.rsc +5 -5
  178. package/app/.next/server/app/dashboard/proxy-pools.segments/_head.segment.rsc +1 -1
  179. package/app/.next/server/app/dashboard/proxy-pools.segments/_index.segment.rsc +3 -3
  180. package/app/.next/server/app/dashboard/proxy-pools.segments/_tree.segment.rsc +1 -1
  181. package/app/.next/server/app/dashboard/quota.html +2 -2
  182. package/app/.next/server/app/dashboard/quota.rsc +6 -6
  183. package/app/.next/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard/quota/__PAGE__.segment.rsc +3 -3
  184. package/app/.next/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard/quota.segment.rsc +1 -1
  185. package/app/.next/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  186. package/app/.next/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  187. package/app/.next/server/app/dashboard/quota.segments/_full.segment.rsc +6 -6
  188. package/app/.next/server/app/dashboard/quota.segments/_head.segment.rsc +1 -1
  189. package/app/.next/server/app/dashboard/quota.segments/_index.segment.rsc +3 -3
  190. package/app/.next/server/app/dashboard/quota.segments/_tree.segment.rsc +1 -1
  191. package/app/.next/server/app/dashboard/settings/pricing/page_client-reference-manifest.js +1 -1
  192. package/app/.next/server/app/dashboard/settings/pricing.html +1 -1
  193. package/app/.next/server/app/dashboard/settings/pricing.rsc +3 -3
  194. package/app/.next/server/app/dashboard/settings/pricing.segments/_full.segment.rsc +3 -3
  195. package/app/.next/server/app/dashboard/settings/pricing.segments/_head.segment.rsc +1 -1
  196. package/app/.next/server/app/dashboard/settings/pricing.segments/_index.segment.rsc +3 -3
  197. package/app/.next/server/app/dashboard/settings/pricing.segments/_tree.segment.rsc +1 -1
  198. package/app/.next/server/app/dashboard/settings/pricing.segments/dashboard/settings/pricing/__PAGE__.segment.rsc +1 -1
  199. package/app/.next/server/app/dashboard/settings/pricing.segments/dashboard/settings/pricing.segment.rsc +1 -1
  200. package/app/.next/server/app/dashboard/settings/pricing.segments/dashboard/settings.segment.rsc +1 -1
  201. package/app/.next/server/app/dashboard/settings/pricing.segments/dashboard.segment.rsc +1 -1
  202. package/app/.next/server/app/dashboard/skills.html +1 -1
  203. package/app/.next/server/app/dashboard/skills.rsc +5 -5
  204. package/app/.next/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk/dashboard/skills/__PAGE__.segment.rsc +2 -2
  205. package/app/.next/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk/dashboard/skills.segment.rsc +1 -1
  206. package/app/.next/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  207. package/app/.next/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  208. package/app/.next/server/app/dashboard/skills.segments/_full.segment.rsc +5 -5
  209. package/app/.next/server/app/dashboard/skills.segments/_head.segment.rsc +1 -1
  210. package/app/.next/server/app/dashboard/skills.segments/_index.segment.rsc +3 -3
  211. package/app/.next/server/app/dashboard/skills.segments/_tree.segment.rsc +1 -1
  212. package/app/.next/server/app/dashboard/translator.html +1 -1
  213. package/app/.next/server/app/dashboard/translator.rsc +5 -5
  214. package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard/translator/__PAGE__.segment.rsc +2 -2
  215. package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard/translator.segment.rsc +1 -1
  216. package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  217. package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  218. package/app/.next/server/app/dashboard/translator.segments/_full.segment.rsc +5 -5
  219. package/app/.next/server/app/dashboard/translator.segments/_head.segment.rsc +1 -1
  220. package/app/.next/server/app/dashboard/translator.segments/_index.segment.rsc +3 -3
  221. package/app/.next/server/app/dashboard/translator.segments/_tree.segment.rsc +1 -1
  222. package/app/.next/server/app/dashboard/usage.html +1 -1
  223. package/app/.next/server/app/dashboard/usage.rsc +5 -5
  224. package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard/usage/__PAGE__.segment.rsc +2 -2
  225. package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard/usage.segment.rsc +1 -1
  226. package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  227. package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  228. package/app/.next/server/app/dashboard/usage.segments/_full.segment.rsc +5 -5
  229. package/app/.next/server/app/dashboard/usage.segments/_head.segment.rsc +1 -1
  230. package/app/.next/server/app/dashboard/usage.segments/_index.segment.rsc +3 -3
  231. package/app/.next/server/app/dashboard/usage.segments/_tree.segment.rsc +1 -1
  232. package/app/.next/server/app/dashboard.html +1 -1
  233. package/app/.next/server/app/dashboard.rsc +5 -5
  234. package/app/.next/server/app/dashboard.segments/!KGRhc2hib2FyZCk/dashboard/__PAGE__.segment.rsc +2 -2
  235. package/app/.next/server/app/dashboard.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  236. package/app/.next/server/app/dashboard.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  237. package/app/.next/server/app/dashboard.segments/_full.segment.rsc +5 -5
  238. package/app/.next/server/app/dashboard.segments/_head.segment.rsc +1 -1
  239. package/app/.next/server/app/dashboard.segments/_index.segment.rsc +3 -3
  240. package/app/.next/server/app/dashboard.segments/_tree.segment.rsc +1 -1
  241. package/app/.next/server/app/index.html +1 -1
  242. package/app/.next/server/app/index.rsc +3 -3
  243. package/app/.next/server/app/index.segments/__PAGE__.segment.rsc +1 -1
  244. package/app/.next/server/app/index.segments/_full.segment.rsc +3 -3
  245. package/app/.next/server/app/index.segments/_head.segment.rsc +1 -1
  246. package/app/.next/server/app/index.segments/_index.segment.rsc +3 -3
  247. package/app/.next/server/app/index.segments/_tree.segment.rsc +1 -1
  248. package/app/.next/server/app/landing/page_client-reference-manifest.js +1 -1
  249. package/app/.next/server/app/landing.html +1 -1
  250. package/app/.next/server/app/landing.rsc +3 -3
  251. package/app/.next/server/app/landing.segments/_full.segment.rsc +3 -3
  252. package/app/.next/server/app/landing.segments/_head.segment.rsc +1 -1
  253. package/app/.next/server/app/landing.segments/_index.segment.rsc +3 -3
  254. package/app/.next/server/app/landing.segments/_tree.segment.rsc +1 -1
  255. package/app/.next/server/app/landing.segments/landing/__PAGE__.segment.rsc +1 -1
  256. package/app/.next/server/app/landing.segments/landing.segment.rsc +1 -1
  257. package/app/.next/server/app/login/page_client-reference-manifest.js +1 -1
  258. package/app/.next/server/app/login.html +1 -1
  259. package/app/.next/server/app/login.rsc +4 -4
  260. package/app/.next/server/app/login.segments/_full.segment.rsc +4 -4
  261. package/app/.next/server/app/login.segments/_head.segment.rsc +1 -1
  262. package/app/.next/server/app/login.segments/_index.segment.rsc +3 -3
  263. package/app/.next/server/app/login.segments/_tree.segment.rsc +1 -1
  264. package/app/.next/server/app/login.segments/login/__PAGE__.segment.rsc +2 -2
  265. package/app/.next/server/app/login.segments/login.segment.rsc +1 -1
  266. package/app/.next/server/app/page_client-reference-manifest.js +1 -1
  267. package/app/.next/server/app-paths-manifest.json +11 -11
  268. package/app/.next/server/chunks/2029.js +1 -1
  269. package/app/.next/server/chunks/2549.js +1 -1
  270. package/app/.next/server/chunks/2722.js +1 -1
  271. package/app/.next/server/chunks/412.js +2 -2
  272. package/app/.next/server/chunks/4404.js +1 -1
  273. package/app/.next/server/chunks/4820.js +1 -1
  274. package/app/.next/server/chunks/4884.js +1 -1
  275. package/app/.next/server/chunks/5718.js +1 -1
  276. package/app/.next/server/chunks/8918.js +1 -1
  277. package/app/.next/server/chunks/9142.js +1 -1
  278. package/app/.next/server/middleware-build-manifest.js +1 -1
  279. package/app/.next/server/middleware.js +1 -1
  280. package/app/.next/server/pages/404.html +1 -1
  281. package/app/.next/server/pages/500.html +1 -1
  282. package/app/.next/static/chunks/1321-b9e779aa7264e879.js +1 -0
  283. package/app/{.next-cli-build/static/chunks/5497-00a27f5d1a376aed.js → .next/static/chunks/5497-b783bd83df32a162.js} +2 -2
  284. package/app/.next/static/chunks/{6069-0119c69cf786aea4.js → 6069-7212bf60ef116c9d.js} +1 -1
  285. package/app/.next/static/chunks/app/(dashboard)/{layout-480b56a846edc452.js → layout-06932c731d47c1e3.js} +1 -1
  286. package/app/.next-cli-build/static/chunks/1321-b9e779aa7264e879.js +1 -0
  287. package/app/{.next/static/chunks/5497-00a27f5d1a376aed.js → .next-cli-build/static/chunks/5497-b783bd83df32a162.js} +2 -2
  288. package/app/.next-cli-build/static/chunks/{6069-0119c69cf786aea4.js → 6069-7212bf60ef116c9d.js} +1 -1
  289. package/app/.next-cli-build/static/chunks/app/(dashboard)/{layout-480b56a846edc452.js → layout-06932c731d47c1e3.js} +1 -1
  290. package/app/package.json +2 -2
  291. package/app/src/mitm/server.js +2 -2
  292. package/package.json +2 -2
  293. package/app/.next/server/chunks/2409.js +0 -1
  294. package/app/.next/static/chunks/1321-f12f6642d4f09ffb.js +0 -1
  295. package/app/.next-cli-build/static/chunks/1321-f12f6642d4f09ffb.js +0 -1
  296. /package/app/.next/static/{YiuMsmLclGkoS1fRb8fUC → aTBz7-LYyTTdaq3l8RuuZ}/_buildManifest.js +0 -0
  297. /package/app/.next/static/{YiuMsmLclGkoS1fRb8fUC → aTBz7-LYyTTdaq3l8RuuZ}/_ssgManifest.js +0 -0
  298. /package/app/.next-cli-build/static/{YiuMsmLclGkoS1fRb8fUC → aTBz7-LYyTTdaq3l8RuuZ}/_buildManifest.js +0 -0
  299. /package/app/.next-cli-build/static/{YiuMsmLclGkoS1fRb8fUC → aTBz7-LYyTTdaq3l8RuuZ}/_ssgManifest.js +0 -0
@@ -39,7 +39,7 @@
39
39
  fi
40
40
  fi
41
41
  done
42
- `;return new Promise(a=>{f(d,{shell:"/bin/bash"},()=>a())})}async function z(a,b){if(!h()){l(`\xc3ƒ\xc2\xb0\xc3…\xc2\xb8\xc3\xa2\xe2‚\xac\xc2\x9d\xc3‚\xc2\x90 Cert: cannot install to system store without sudo \xc3ƒ\xc2\xa2\xc3\xa2\xe2€š\xc2\xac\xc3\xa2\xe2‚\xac\xc2\x9d trust this file on clients: ${b}`),await y(b,"add");return}let c=q(),d=`${c.dir}/ktrouter-root-ca.crt`,e=`cp "${b}" "${d}" && (${c.cmd} 2>/dev/null || true)`;try{await g(e,a),await y(b,"add"),l(`\xc3ƒ\xc2\xb0\xc3…\xc2\xb8\xc3\xa2\xe2‚\xac\xc2\x9d\xc3‚\xc2\x90 Cert: \xc3ƒ\xc2\xa2\xc3…\xe2€œ\xc3\xa2\xe2‚\xac\xc2\xa6 installed to Linux trust store (${c.dir}) and user browser databases`)}catch(a){throw Error(`Certificate install failed: ${a.message}`)}}async function A(a){if(await y(null,"delete"),!h())return;let b=q(),c=`${b.dir}/ktrouter-root-ca.crt`,d=`rm -f "${c}" && (${b.cmd} 2>/dev/null || true)`;try{await g(d,a),l("\xc3ƒ\xc2\xb0\xc3…\xc2\xb8\xc3\xa2\xe2‚\xac\xc2\x9d\xc3‚\xc2\x90 Cert: \xc3ƒ\xc2\xa2\xc3…\xe2€œ\xc3\xa2\xe2‚\xac\xc2\xa6 uninstalled from Linux trust store and user browser databases")}catch(a){throw Error("Failed to uninstall certificate")}}a.exports={installCert:async function a(a,b){if(!d.existsSync(b))throw Error(`Certificate file not found: ${b}`);await t(b)?l("\uD83D\uDD10 Cert: already trusted ✅"):n?await v(b):o?await u(a,b):await z(a,b)},uninstallCert:async function a(a,b){await t(b)?n?await x():o?await w(a,b):await A(a):l("\uD83D\uDD10 Cert: not found in system store")},checkCertInstalled:t}},17511:a=>{a.exports={TARGET_HOSTS:["daily-cloudcode-pa.googleapis.com","cloudcode-pa.googleapis.com","api.individual.githubcopilot.com","q.us-east-1.amazonaws.com","codewhisperer.us-east-1.amazonaws.com","api2.cursor.sh"],URL_PATTERNS:{antigravity:[":generateContent",":streamGenerateContent"],copilot:["/chat/completions","/v1/messages","/responses"],kiro:["/generateAssistantResponse"],cursor:["/BidiAppend","/RunSSE","/RunPoll","/Run"]},MODEL_SYNONYMS:{antigravity:{"gemini-default":"gemini-3.5-flash-high","gemini-3-flash-agent":"gemini-3.5-flash-high","gemini-3-flash":"gemini-3.5-flash-medium","gemini-3.0-flash":"gemini-3.5-flash-medium","gemini-3-pro":"gemini-3.1-pro-high","gemini-3.1-pro":"gemini-3.1-pro-high","gemini-3.5-flash":"gemini-3.5-flash-high","gemini-3.5-flash-low":"gemini-3.5-flash-medium","gemini-pro-agent":"gemini-3.1-pro-high","claude-sonnet-4-6":"claude-sonnet-4-6-thinking","claude-opus-4-6":"claude-opus-4-6-thinking","gpt-oss-120b":"gpt-oss-120b-medium"}},MODEL_PATTERNS:{antigravity:[{match:/flash.*high|high.*flash/i,alias:"gemini-3.5-flash-high"},{match:/flash.*medium|medium.*flash|flash.*low|low.*flash/i,alias:"gemini-3.5-flash-medium"},{match:/flash/i,alias:"gemini-3.5-flash-medium"},{match:/pro.*low|low.*pro/i,alias:"gemini-3.1-pro-low"},{match:/gemini.*pro|pro.*gemini/i,alias:"gemini-3.1-pro-high"},{match:/opus/i,alias:"claude-opus-4-6-thinking"},{match:/sonnet|claude/i,alias:"claude-sonnet-4-6-thinking"},{match:/gpt.*oss|oss/i,alias:"gpt-oss-120b-medium"}]},LOG_BLACKLIST_URL_PARTS:["recordCodeAssistMetrics","recordTrajectoryAnalytics","fetchAdminControls","listExperiments"],getToolForHost:function(a){let b=(a||"").split(":")[0];return"api.individual.githubcopilot.com"===b?"copilot":"daily-cloudcode-pa.googleapis.com"===b||"cloudcode-pa.googleapis.com"===b?"antigravity":"q.us-east-1.amazonaws.com"===b||"codewhisperer.us-east-1.amazonaws.com"===b?"kiro":"api2.cursor.sh"===b?"cursor":null}}},26033:(a,b,c)=>{c(33873),c(29021);let{MITM_DIR:d}=c(82193),{generateRootCA:e,loadRootCA:f,generateLeafCert:g}=c(8578);a.exports={generateCert:async function a(){return await e()},getCertForDomain:function(a){try{let b=f(),c=g(a,b);return{key:c.key,cert:c.cert}}catch(b){return console.error(`Failed to generate cert for ${a}:`,b.message),null}}}},64809:(a,b,c)=>{let{exec:d,execSync:e}=c(79646),f="win32"===process.platform;function g(){if(f)try{return e("net session >nul 2>&1",{windowsHide:!0,stdio:"ignore"}),!0}catch{return!1}return"function"==typeof process.getuid&&0===process.getuid()}function h(a){return`'${String(a).replace(/'/g,"''")}'`}a.exports={isAdmin:g,runElevatedPowerShell:function(a){if(!f)return Promise.reject(Error("Windows-only"));let b=Buffer.from(a,"utf16le").toString("base64");if(g())return new Promise((a,c)=>{d(`powershell -NoProfile -NonInteractive -ExecutionPolicy Bypass -EncodedCommand ${b}`,{windowsHide:!0},(b,d,e)=>{b?c(Error(e||b.message)):a(d)})});let c=`
42
+ `;return new Promise(a=>{f(d,{shell:"/bin/bash"},()=>a())})}async function z(a,b){if(!h()){l(`\xc3ƒ\xc2\xb0\xc3…\xc2\xb8\xc3\xa2\xe2‚\xac\xc2\x9d\xc3‚\xc2\x90 Cert: cannot install to system store without sudo \xc3ƒ\xc2\xa2\xc3\xa2\xe2€š\xc2\xac\xc3\xa2\xe2‚\xac\xc2\x9d trust this file on clients: ${b}`),await y(b,"add");return}let c=q(),d=`${c.dir}/ktrouter-root-ca.crt`,e=`cp "${b}" "${d}" && (${c.cmd} 2>/dev/null || true)`;try{await g(e,a),await y(b,"add"),l(`\xc3ƒ\xc2\xb0\xc3…\xc2\xb8\xc3\xa2\xe2‚\xac\xc2\x9d\xc3‚\xc2\x90 Cert: \xc3ƒ\xc2\xa2\xc3…\xe2€œ\xc3\xa2\xe2‚\xac\xc2\xa6 installed to Linux trust store (${c.dir}) and user browser databases`)}catch(a){throw Error(`Certificate install failed: ${a.message}`)}}async function A(a){if(await y(null,"delete"),!h())return;let b=q(),c=`${b.dir}/ktrouter-root-ca.crt`,d=`rm -f "${c}" && (${b.cmd} 2>/dev/null || true)`;try{await g(d,a),l("\xc3ƒ\xc2\xb0\xc3…\xc2\xb8\xc3\xa2\xe2‚\xac\xc2\x9d\xc3‚\xc2\x90 Cert: \xc3ƒ\xc2\xa2\xc3…\xe2€œ\xc3\xa2\xe2‚\xac\xc2\xa6 uninstalled from Linux trust store and user browser databases")}catch(a){throw Error("Failed to uninstall certificate")}}a.exports={installCert:async function a(a,b){if(!d.existsSync(b))throw Error(`Certificate file not found: ${b}`);await t(b)?l("\uD83D\uDD10 Cert: already trusted ✅"):n?await v(b):o?await u(a,b):await z(a,b)},uninstallCert:async function a(a,b){await t(b)?n?await x():o?await w(a,b):await A(a):l("\uD83D\uDD10 Cert: not found in system store")},checkCertInstalled:t}},17511:a=>{a.exports={TARGET_HOSTS:["daily-cloudcode-pa.googleapis.com","cloudcode-pa.googleapis.com","api.individual.githubcopilot.com","q.us-east-1.amazonaws.com","codewhisperer.us-east-1.amazonaws.com","api2.cursor.sh"],URL_PATTERNS:{antigravity:[":generateContent",":streamGenerateContent"],copilot:["/chat/completions","/v1/messages","/responses"],kiro:["/generateAssistantResponse"],cursor:["/BidiAppend","/RunSSE","/RunPoll","/Run"]},MODEL_SYNONYMS:{antigravity:{"gemini-default":"gemini-3.5-flash-high","gemini-3-flash-agent":"gemini-3.5-flash-high","gemini-3-flash":"gemini-3.5-flash-medium","gemini-3.0-flash":"gemini-3.5-flash-medium","gemini-3-pro":"gemini-3.1-pro-high","gemini-3.1-pro":"gemini-3.1-pro-high","gemini-3.5-flash":"gemini-3.5-flash-high","gemini-3.5-flash-low":"gemini-3.5-flash-low","gemini-pro-agent":"gemini-3.1-pro-high","claude-sonnet-4-6":"claude-sonnet-4-6-thinking","claude-opus-4-6":"claude-opus-4-6-thinking","gpt-oss-120b":"gpt-oss-120b-medium"}},MODEL_PATTERNS:{antigravity:[{match:/flash.*high|high.*flash/i,alias:"gemini-3.5-flash-high"},{match:/flash.*medium|medium.*flash/i,alias:"gemini-3.5-flash-medium"},{match:/flash.*low|low.*flash/i,alias:"gemini-3.5-flash-low"},{match:/flash/i,alias:"gemini-3.5-flash-medium"},{match:/pro.*low|low.*pro/i,alias:"gemini-3.1-pro-low"},{match:/gemini.*pro|pro.*gemini/i,alias:"gemini-3.1-pro-high"},{match:/opus/i,alias:"claude-opus-4-6-thinking"},{match:/sonnet|claude/i,alias:"claude-sonnet-4-6-thinking"},{match:/gpt.*oss|oss/i,alias:"gpt-oss-120b-medium"}]},LOG_BLACKLIST_URL_PARTS:["recordCodeAssistMetrics","recordTrajectoryAnalytics","fetchAdminControls","listExperiments"],getToolForHost:function(a){let b=(a||"").split(":")[0];return"api.individual.githubcopilot.com"===b?"copilot":"daily-cloudcode-pa.googleapis.com"===b||"cloudcode-pa.googleapis.com"===b?"antigravity":"q.us-east-1.amazonaws.com"===b||"codewhisperer.us-east-1.amazonaws.com"===b?"kiro":"api2.cursor.sh"===b?"cursor":null}}},26033:(a,b,c)=>{c(33873),c(29021);let{MITM_DIR:d}=c(82193),{generateRootCA:e,loadRootCA:f,generateLeafCert:g}=c(8578);a.exports={generateCert:async function a(){return await e()},getCertForDomain:function(a){try{let b=f(),c=g(a,b);return{key:c.key,cert:c.cert}}catch(b){return console.error(`Failed to generate cert for ${a}:`,b.message),null}}}},64809:(a,b,c)=>{let{exec:d,execSync:e}=c(79646),f="win32"===process.platform;function g(){if(f)try{return e("net session >nul 2>&1",{windowsHide:!0,stdio:"ignore"}),!0}catch{return!1}return"function"==typeof process.getuid&&0===process.getuid()}function h(a){return`'${String(a).replace(/'/g,"''")}'`}a.exports={isAdmin:g,runElevatedPowerShell:function(a){if(!f)return Promise.reject(Error("Windows-only"));let b=Buffer.from(a,"utf16le").toString("base64");if(g())return new Promise((a,c)=>{d(`powershell -NoProfile -NonInteractive -ExecutionPolicy Bypass -EncodedCommand ${b}`,{windowsHide:!0},(b,d,e)=>{b?c(Error(e||b.message)):a(d)})});let c=`
43
43
  $proc = Start-Process powershell -ArgumentList @(
44
44
  '-NoProfile','-NonInteractive','-ExecutionPolicy','Bypass',
45
45
  '-WindowStyle','Hidden','-EncodedCommand','${b}'
@@ -1 +1 @@
1
- exports.id=8918,exports.ids=[8918],exports.modules={962:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\McpMarketplaceModal.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\McpMarketplaceModal.js","default")},2422:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\UsageStats.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\UsageStats.js","default")},3080:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\OAuthModal.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\OAuthModal.js","default")},5843:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\NoAuthProxyCard.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\NoAuthProxyCard.js","default")},7290:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\Card.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\Card.js","default")},10079:(a,b,c)=>{"use strict";c.d(b,{ConfirmModal:()=>f,default:()=>e});var d=c(77943);let e=(0,d.registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\Modal.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\Modal.js","default"),f=(0,d.registerClientReference)(function(){throw Error("Attempted to call ConfirmModal() from the server but ConfirmModal is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\Modal.js","ConfirmModal")},13674:(a,b,c)=>{Promise.resolve().then(c.bind(c,18200)),Promise.resolve().then(c.bind(c,70061)),Promise.resolve().then(c.bind(c,33893)),Promise.resolve().then(c.bind(c,45512)),Promise.resolve().then(c.bind(c,7290)),Promise.resolve().then(c.bind(c,33811)),Promise.resolve().then(c.bind(c,17218)),Promise.resolve().then(c.bind(c,54943)),Promise.resolve().then(c.bind(c,20493)),Promise.resolve().then(c.bind(c,40167)),Promise.resolve().then(c.bind(c,70139)),Promise.resolve().then(c.bind(c,49123)),Promise.resolve().then(c.bind(c,64148)),Promise.resolve().then(c.bind(c,92669)),Promise.resolve().then(c.bind(c,29354)),Promise.resolve().then(c.bind(c,80342)),Promise.resolve().then(c.bind(c,71230)),Promise.resolve().then(c.bind(c,82448)),Promise.resolve().then(c.bind(c,14285)),Promise.resolve().then(c.bind(c,87228)),Promise.resolve().then(c.bind(c,45205)),Promise.resolve().then(c.bind(c,64420)),Promise.resolve().then(c.bind(c,61780)),Promise.resolve().then(c.bind(c,92082)),Promise.resolve().then(c.bind(c,70603)),Promise.resolve().then(c.bind(c,962)),Promise.resolve().then(c.bind(c,10079)),Promise.resolve().then(c.bind(c,94582)),Promise.resolve().then(c.bind(c,5843)),Promise.resolve().then(c.bind(c,3080)),Promise.resolve().then(c.bind(c,81923)),Promise.resolve().then(c.bind(c,19083)),Promise.resolve().then(c.bind(c,54065)),Promise.resolve().then(c.bind(c,83784)),Promise.resolve().then(c.bind(c,26866)),Promise.resolve().then(c.bind(c,89886)),Promise.resolve().then(c.bind(c,40515)),Promise.resolve().then(c.bind(c,70092)),Promise.resolve().then(c.bind(c,18421)),Promise.resolve().then(c.bind(c,2422))},14285:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\KiroOAuthWrapper.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\KiroOAuthWrapper.js","default")},17218:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\CodexAuthModal.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\CodexAuthModal.js","default")},18200:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\AddCustomEmbeddingModal.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\AddCustomEmbeddingModal.js","default")},18421:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\Tooltip.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\Tooltip.js","default")},19083:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\RequestLogger.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\RequestLogger.js","default")},20493:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\ComboFormModal.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\ComboFormModal.js","default")},26866:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\Sidebar.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\Sidebar.js","default")},29354:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\HeaderMenu.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\HeaderMenu.js","default")},30508:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>f});var d=c(5735);c(45512),c(71230),c(83784),c(7290),c(10079),c(92082),c(70061),c(33893),c(70092),c(40515),c(89886),c(26866),c(92669),c(49123),c(3080),c(94582),c(70603),c(20493),c(962),c(2422),c(45205),c(29354),c(33811),c(19083),c(82448),c(14285),c(87228),c(17218),c(54943),c(40167),c(80342),c(64148),c(70139),c(18200),c(5843),c(54065),c(18421),c(81923);var e=c(61780);function f({children:a}){return(0,d.jsx)(e.default,{children:a})}c(64420)},33811:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\ChangelogModal.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\ChangelogModal.js","default")},33893:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\Badge.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\Badge.js","default")},40167:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\CursorAuthModal.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\CursorAuthModal.js","default")},40515:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\ThemeToggle.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\ThemeToggle.js","default")},45205:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\LanguageSwitcher.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\LanguageSwitcher.js","default")},45512:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\Button.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\Button.js","default")},49123:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\Footer.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\Footer.js","default")},54065:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\SegmentedControl.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\SegmentedControl.js","default")},54943:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\CodexOAuthWrapper.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\CodexOAuthWrapper.js","default")},61780:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\layouts\\\\DashboardLayout.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\layouts\\DashboardLayout.js","default")},64148:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\GitLabAuthModal.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\GitLabAuthModal.js","default")},64420:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\layouts\\\\AuthLayout.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\layouts\\AuthLayout.js","default")},70061:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\Avatar.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\Avatar.js","default")},70092:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\Toggle.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\Toggle.js","default")},70139:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\EditConnectionModal.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\EditConnectionModal.js","default")},70603:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\ManualConfigModal.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\ManualConfigModal.js","default")},71230:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\Input.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\Input.js","default")},76722:(a,b,c)=>{Promise.resolve().then(c.bind(c,67738)),Promise.resolve().then(c.bind(c,25919)),Promise.resolve().then(c.bind(c,75171)),Promise.resolve().then(c.bind(c,99070)),Promise.resolve().then(c.bind(c,17660)),Promise.resolve().then(c.bind(c,11229)),Promise.resolve().then(c.bind(c,84808)),Promise.resolve().then(c.bind(c,48437)),Promise.resolve().then(c.bind(c,62727)),Promise.resolve().then(c.bind(c,51109)),Promise.resolve().then(c.bind(c,51585)),Promise.resolve().then(c.bind(c,48781)),Promise.resolve().then(c.bind(c,43182)),Promise.resolve().then(c.bind(c,86739)),Promise.resolve().then(c.bind(c,3236)),Promise.resolve().then(c.bind(c,79488)),Promise.resolve().then(c.bind(c,83552)),Promise.resolve().then(c.bind(c,86209)),Promise.resolve().then(c.bind(c,49113)),Promise.resolve().then(c.bind(c,56110)),Promise.resolve().then(c.bind(c,267)),Promise.resolve().then(c.bind(c,53838)),Promise.resolve().then(c.bind(c,85306)),Promise.resolve().then(c.bind(c,74812)),Promise.resolve().then(c.bind(c,39645)),Promise.resolve().then(c.bind(c,20084)),Promise.resolve().then(c.bind(c,95145)),Promise.resolve().then(c.bind(c,83352)),Promise.resolve().then(c.bind(c,50585)),Promise.resolve().then(c.bind(c,79346)),Promise.resolve().then(c.bind(c,11633)),Promise.resolve().then(c.bind(c,91809)),Promise.resolve().then(c.bind(c,91099)),Promise.resolve().then(c.bind(c,4770)),Promise.resolve().then(c.bind(c,42196)),Promise.resolve().then(c.bind(c,19308)),Promise.resolve().then(c.bind(c,53845)),Promise.resolve().then(c.bind(c,95514)),Promise.resolve().then(c.bind(c,32971)),Promise.resolve().then(c.bind(c,87226))},80342:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\IFlowCookieModal.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\IFlowCookieModal.js","default")},81923:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\ProviderInfoCard.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\ProviderInfoCard.js","default")},82448:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\KiroAuthModal.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\KiroAuthModal.js","default")},83784:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\Select.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\Select.js","default")},87228:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\KiroSocialOAuthModal.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\KiroSocialOAuthModal.js","default")},92082:(a,b,c)=>{"use strict";c.d(b,{CardSkeleton:()=>h,PageLoading:()=>f,Skeleton:()=>g,Spinner:()=>e,default:()=>i});var d=c(77943);let e=(0,d.registerClientReference)(function(){throw Error("Attempted to call Spinner() from the server but Spinner is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\Loading.js","Spinner"),f=(0,d.registerClientReference)(function(){throw Error("Attempted to call PageLoading() from the server but PageLoading is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\Loading.js","PageLoading"),g=(0,d.registerClientReference)(function(){throw Error("Attempted to call Skeleton() from the server but Skeleton is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\Loading.js","Skeleton"),h=(0,d.registerClientReference)(function(){throw Error("Attempted to call CardSkeleton() from the server but CardSkeleton is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\Loading.js","CardSkeleton"),i=(0,d.registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\Loading.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\Loading.js","default")},92669:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\Header.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\Header.js","default")},94582:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\ModelSelectModal.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\ModelSelectModal.js","default")}};
1
+ exports.id=8918,exports.ids=[8918],exports.modules={962:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\McpMarketplaceModal.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\McpMarketplaceModal.js","default")},2422:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\UsageStats.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\UsageStats.js","default")},3080:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\OAuthModal.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\OAuthModal.js","default")},5843:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\NoAuthProxyCard.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\NoAuthProxyCard.js","default")},7290:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\Card.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\Card.js","default")},10079:(a,b,c)=>{"use strict";c.d(b,{ConfirmModal:()=>f,default:()=>e});var d=c(77943);let e=(0,d.registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\Modal.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\Modal.js","default"),f=(0,d.registerClientReference)(function(){throw Error("Attempted to call ConfirmModal() from the server but ConfirmModal is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\Modal.js","ConfirmModal")},13674:(a,b,c)=>{Promise.resolve().then(c.bind(c,18200)),Promise.resolve().then(c.bind(c,70061)),Promise.resolve().then(c.bind(c,33893)),Promise.resolve().then(c.bind(c,45512)),Promise.resolve().then(c.bind(c,7290)),Promise.resolve().then(c.bind(c,33811)),Promise.resolve().then(c.bind(c,17218)),Promise.resolve().then(c.bind(c,54943)),Promise.resolve().then(c.bind(c,20493)),Promise.resolve().then(c.bind(c,40167)),Promise.resolve().then(c.bind(c,70139)),Promise.resolve().then(c.bind(c,49123)),Promise.resolve().then(c.bind(c,64148)),Promise.resolve().then(c.bind(c,92669)),Promise.resolve().then(c.bind(c,29354)),Promise.resolve().then(c.bind(c,80342)),Promise.resolve().then(c.bind(c,71230)),Promise.resolve().then(c.bind(c,82448)),Promise.resolve().then(c.bind(c,14285)),Promise.resolve().then(c.bind(c,87228)),Promise.resolve().then(c.bind(c,45205)),Promise.resolve().then(c.bind(c,64420)),Promise.resolve().then(c.bind(c,61780)),Promise.resolve().then(c.bind(c,92082)),Promise.resolve().then(c.bind(c,70603)),Promise.resolve().then(c.bind(c,962)),Promise.resolve().then(c.bind(c,10079)),Promise.resolve().then(c.bind(c,94582)),Promise.resolve().then(c.bind(c,5843)),Promise.resolve().then(c.bind(c,3080)),Promise.resolve().then(c.bind(c,81923)),Promise.resolve().then(c.bind(c,19083)),Promise.resolve().then(c.bind(c,54065)),Promise.resolve().then(c.bind(c,83784)),Promise.resolve().then(c.bind(c,26866)),Promise.resolve().then(c.bind(c,89886)),Promise.resolve().then(c.bind(c,40515)),Promise.resolve().then(c.bind(c,70092)),Promise.resolve().then(c.bind(c,18421)),Promise.resolve().then(c.bind(c,2422))},14285:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\KiroOAuthWrapper.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\KiroOAuthWrapper.js","default")},17218:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\CodexAuthModal.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\CodexAuthModal.js","default")},18200:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\AddCustomEmbeddingModal.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\AddCustomEmbeddingModal.js","default")},18421:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\Tooltip.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\Tooltip.js","default")},19083:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\RequestLogger.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\RequestLogger.js","default")},20493:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\ComboFormModal.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\ComboFormModal.js","default")},26866:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\Sidebar.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\Sidebar.js","default")},29354:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\HeaderMenu.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\HeaderMenu.js","default")},30508:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>f});var d=c(5735);c(45512),c(71230),c(83784),c(7290),c(10079),c(92082),c(70061),c(33893),c(70092),c(40515),c(89886),c(26866),c(92669),c(49123),c(3080),c(94582),c(70603),c(20493),c(962),c(2422),c(45205),c(29354),c(33811),c(19083),c(82448),c(14285),c(87228),c(17218),c(54943),c(40167),c(80342),c(64148),c(70139),c(18200),c(5843),c(54065),c(18421),c(81923);var e=c(61780);function f({children:a}){return(0,d.jsx)(e.default,{children:a})}c(64420)},33811:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\ChangelogModal.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\ChangelogModal.js","default")},33893:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\Badge.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\Badge.js","default")},40167:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\CursorAuthModal.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\CursorAuthModal.js","default")},40515:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\ThemeToggle.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\ThemeToggle.js","default")},45205:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\LanguageSwitcher.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\LanguageSwitcher.js","default")},45512:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\Button.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\Button.js","default")},49123:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\Footer.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\Footer.js","default")},54065:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\SegmentedControl.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\SegmentedControl.js","default")},54943:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\CodexOAuthWrapper.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\CodexOAuthWrapper.js","default")},61780:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\layouts\\\\DashboardLayout.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\layouts\\DashboardLayout.js","default")},64148:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\GitLabAuthModal.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\GitLabAuthModal.js","default")},64420:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\layouts\\\\AuthLayout.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\layouts\\AuthLayout.js","default")},70061:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\Avatar.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\Avatar.js","default")},70092:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\Toggle.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\Toggle.js","default")},70139:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\EditConnectionModal.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\EditConnectionModal.js","default")},70603:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\ManualConfigModal.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\ManualConfigModal.js","default")},71230:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\Input.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\Input.js","default")},76722:(a,b,c)=>{Promise.resolve().then(c.bind(c,67738)),Promise.resolve().then(c.bind(c,25919)),Promise.resolve().then(c.bind(c,75171)),Promise.resolve().then(c.bind(c,99070)),Promise.resolve().then(c.bind(c,17660)),Promise.resolve().then(c.bind(c,11229)),Promise.resolve().then(c.bind(c,84808)),Promise.resolve().then(c.bind(c,48437)),Promise.resolve().then(c.bind(c,62727)),Promise.resolve().then(c.bind(c,51109)),Promise.resolve().then(c.bind(c,51585)),Promise.resolve().then(c.bind(c,48781)),Promise.resolve().then(c.bind(c,43182)),Promise.resolve().then(c.bind(c,86739)),Promise.resolve().then(c.bind(c,3236)),Promise.resolve().then(c.bind(c,79488)),Promise.resolve().then(c.bind(c,83552)),Promise.resolve().then(c.bind(c,86209)),Promise.resolve().then(c.bind(c,5291)),Promise.resolve().then(c.bind(c,56110)),Promise.resolve().then(c.bind(c,267)),Promise.resolve().then(c.bind(c,53838)),Promise.resolve().then(c.bind(c,85306)),Promise.resolve().then(c.bind(c,74812)),Promise.resolve().then(c.bind(c,39645)),Promise.resolve().then(c.bind(c,20084)),Promise.resolve().then(c.bind(c,95145)),Promise.resolve().then(c.bind(c,83352)),Promise.resolve().then(c.bind(c,50585)),Promise.resolve().then(c.bind(c,79346)),Promise.resolve().then(c.bind(c,11633)),Promise.resolve().then(c.bind(c,91809)),Promise.resolve().then(c.bind(c,91099)),Promise.resolve().then(c.bind(c,4770)),Promise.resolve().then(c.bind(c,42196)),Promise.resolve().then(c.bind(c,19308)),Promise.resolve().then(c.bind(c,53845)),Promise.resolve().then(c.bind(c,95514)),Promise.resolve().then(c.bind(c,32971)),Promise.resolve().then(c.bind(c,87226))},80342:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\IFlowCookieModal.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\IFlowCookieModal.js","default")},81923:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\ProviderInfoCard.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\ProviderInfoCard.js","default")},82448:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\KiroAuthModal.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\KiroAuthModal.js","default")},83784:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\Select.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\Select.js","default")},87228:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\KiroSocialOAuthModal.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\KiroSocialOAuthModal.js","default")},92082:(a,b,c)=>{"use strict";c.d(b,{CardSkeleton:()=>h,PageLoading:()=>f,Skeleton:()=>g,Spinner:()=>e,default:()=>i});var d=c(77943);let e=(0,d.registerClientReference)(function(){throw Error("Attempted to call Spinner() from the server but Spinner is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\Loading.js","Spinner"),f=(0,d.registerClientReference)(function(){throw Error("Attempted to call PageLoading() from the server but PageLoading is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\Loading.js","PageLoading"),g=(0,d.registerClientReference)(function(){throw Error("Attempted to call Skeleton() from the server but Skeleton is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\Loading.js","Skeleton"),h=(0,d.registerClientReference)(function(){throw Error("Attempted to call CardSkeleton() from the server but CardSkeleton is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\Loading.js","CardSkeleton"),i=(0,d.registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\Loading.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\Loading.js","default")},92669:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\Header.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\Header.js","default")},94582:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\QuocTai\\\\Documents\\\\9router\\\\src\\\\shared\\\\components\\\\ModelSelectModal.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\QuocTai\\Documents\\9router\\src\\shared\\components\\ModelSelectModal.js","default")}};