diff --git a/.gitignore b/.gitignore index 2fad449a..24cf7103 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,9 @@ build .tanstack/ .tanstack/tmp +# React Router auto-generated +.react-router/ + # Claude .claude.md CLAUDE.md \ No newline at end of file diff --git a/.react-router/types/+future.ts b/.react-router/types/+future.ts deleted file mode 100644 index 7f4533cc..00000000 --- a/.react-router/types/+future.ts +++ /dev/null @@ -1,9 +0,0 @@ -// Generated by React Router - -import "react-router"; - -declare module "react-router" { - interface Future { - v8_middleware: false - } -} \ No newline at end of file diff --git a/.react-router/types/+routes.ts b/.react-router/types/+routes.ts deleted file mode 100644 index 315d0fd5..00000000 --- a/.react-router/types/+routes.ts +++ /dev/null @@ -1,311 +0,0 @@ -// Generated by React Router - -import "react-router" - -declare module "react-router" { - interface Register { - pages: Pages - routeFiles: RouteFiles - routeModules: RouteModules - } -} - -type Pages = { - "/": { - params: {}; - }; - "/auth": { - params: {}; - }; - "/auth/login": { - params: {}; - }; - "/auth/callback": { - params: {}; - }; - "/auth/callback/google": { - params: {}; - }; - "/auth/callback/kakao": { - params: {}; - }; - "/auth/callback/naver": { - params: {}; - }; - "/auth/signup": { - params: {}; - }; - "/auth/signup/terms": { - params: {}; - }; - "/auth/signup/type": { - params: {}; - }; - "/auth/signup/info": { - params: {}; - }; - "/auth/signup/info-more": { - params: {}; - }; - "/auth/signup/purpose": { - params: {}; - }; - "/auth/signup/success": { - params: {}; - }; - "/matching": { - params: {}; - }; - "/matching/brand": { - params: {}; - }; - "/matching/campaign": { - params: {}; - }; - "/matching/suggest": { - params: {}; - }; - "/matching/suggest/create": { - params: {}; - }; - "/matching/test": { - params: {}; - }; - "/matching/test/step1": { - params: {}; - }; - "/matching/test/step2": { - params: {}; - }; - "/matching/test/step3": { - params: {}; - }; - "/matching/test/result": { - params: {}; - }; - "/business": { - params: {}; - }; - "/business/calendar": { - params: {}; - }; - "/business/campaign": { - params: {}; - }; - "/business/proposal": { - params: {}; - }; - "/business/rejection": { - params: {}; - }; - "/chat": { - params: {}; - }; - "/rooms": { - params: {}; - }; - "/rooms/:chatId": { - params: { - "chatId": string; - }; - }; - "/mypage": { - params: {}; - }; - "/*": { - params: { - "*": string; - }; - }; -}; - -type RouteFiles = { - "root.tsx": { - id: "root"; - page: "/" | "/auth" | "/auth/login" | "/auth/callback" | "/auth/callback/google" | "/auth/callback/kakao" | "/auth/callback/naver" | "/auth/signup" | "/auth/signup/terms" | "/auth/signup/type" | "/auth/signup/info" | "/auth/signup/info-more" | "/auth/signup/purpose" | "/auth/signup/success" | "/matching" | "/matching/brand" | "/matching/campaign" | "/matching/suggest" | "/matching/suggest/create" | "/matching/test" | "/matching/test/step1" | "/matching/test/step2" | "/matching/test/step3" | "/matching/test/result" | "/business" | "/business/calendar" | "/business/campaign" | "/business/proposal" | "/business/rejection" | "/chat" | "/rooms" | "/rooms/:chatId" | "/mypage" | "/*"; - }; - "routes/auth/route.tsx": { - id: "routes/auth/route"; - page: "/auth" | "/auth/login" | "/auth/callback" | "/auth/callback/google" | "/auth/callback/kakao" | "/auth/callback/naver" | "/auth/signup" | "/auth/signup/terms" | "/auth/signup/type" | "/auth/signup/info" | "/auth/signup/info-more" | "/auth/signup/purpose" | "/auth/signup/success"; - }; - "routes/auth/login/route.tsx": { - id: "routes/auth/login/route"; - page: "/auth/login"; - }; - "routes/auth/callback/route.tsx": { - id: "routes/auth/callback/route"; - page: "/auth/callback" | "/auth/callback/google" | "/auth/callback/kakao" | "/auth/callback/naver"; - }; - "routes/auth/callback/google/route.tsx": { - id: "routes/auth/callback/google/route"; - page: "/auth/callback/google"; - }; - "routes/auth/callback/kakao/route.tsx": { - id: "routes/auth/callback/kakao/route"; - page: "/auth/callback/kakao"; - }; - "routes/auth/callback/naver/route.tsx": { - id: "routes/auth/callback/naver/route"; - page: "/auth/callback/naver"; - }; - "routes/auth/signup/route.tsx": { - id: "routes/auth/signup/route"; - page: "/auth/signup" | "/auth/signup/terms" | "/auth/signup/type" | "/auth/signup/info" | "/auth/signup/info-more" | "/auth/signup/purpose" | "/auth/signup/success"; - }; - "routes/auth/signup/terms/route.tsx": { - id: "routes/auth/signup/terms/route"; - page: "/auth/signup/terms"; - }; - "routes/auth/signup/type/route.tsx": { - id: "routes/auth/signup/type/route"; - page: "/auth/signup/type"; - }; - "routes/auth/signup/info/route.tsx": { - id: "routes/auth/signup/info/route"; - page: "/auth/signup/info"; - }; - "routes/auth/signup/info-more/route.tsx": { - id: "routes/auth/signup/info-more/route"; - page: "/auth/signup/info-more"; - }; - "routes/auth/signup/purpose/route.tsx": { - id: "routes/auth/signup/purpose/route"; - page: "/auth/signup/purpose"; - }; - "routes/auth/signup/success/route.tsx": { - id: "routes/auth/signup/success/route"; - page: "/auth/signup/success"; - }; - "routes/_main.tsx": { - id: "routes/_main"; - page: "/" | "/matching" | "/matching/brand" | "/matching/campaign" | "/matching/suggest" | "/matching/suggest/create" | "/matching/test" | "/matching/test/step1" | "/matching/test/step2" | "/matching/test/step3" | "/matching/test/result" | "/business" | "/business/calendar" | "/business/campaign" | "/business/proposal" | "/business/rejection" | "/chat" | "/rooms" | "/rooms/:chatId" | "/mypage"; - }; - "routes/home/index.tsx": { - id: "routes/home/index"; - page: "/"; - }; - "routes/matching/route.tsx": { - id: "routes/matching/route"; - page: "/matching" | "/matching/brand" | "/matching/campaign"; - }; - "routes/matching/brand/route.tsx": { - id: "routes/matching/brand/route"; - page: "/matching/brand"; - }; - "routes/matching/campaign/route.tsx": { - id: "routes/matching/campaign/route"; - page: "/matching/campaign"; - }; - "routes/matching/suggest/route.tsx": { - id: "routes/matching/suggest/route"; - page: "/matching/suggest" | "/matching/suggest/create"; - }; - "routes/matching/suggest/index.tsx": { - id: "routes/matching/suggest/index"; - page: "/matching/suggest"; - }; - "routes/matching/suggest/create/route.tsx": { - id: "routes/matching/suggest/create/route"; - page: "/matching/suggest/create"; - }; - "routes/matching/test/route.tsx": { - id: "routes/matching/test/route"; - page: "/matching/test" | "/matching/test/step1" | "/matching/test/step2" | "/matching/test/step3" | "/matching/test/result"; - }; - "routes/matching/test/step1/route.tsx": { - id: "routes/matching/test/step1/route"; - page: "/matching/test/step1"; - }; - "routes/matching/test/step2/route.tsx": { - id: "routes/matching/test/step2/route"; - page: "/matching/test/step2"; - }; - "routes/matching/test/step3/route.tsx": { - id: "routes/matching/test/step3/route"; - page: "/matching/test/step3"; - }; - "routes/matching/test/result/route.tsx": { - id: "routes/matching/test/result/route"; - page: "/matching/test/result"; - }; - "routes/business/route.tsx": { - id: "routes/business/route"; - page: "/business" | "/business/calendar" | "/business/campaign" | "/business/proposal" | "/business/rejection"; - }; - "routes/business/calendar/route.tsx": { - id: "routes/business/calendar/route"; - page: "/business/calendar"; - }; - "routes/business/campaign/route.tsx": { - id: "routes/business/campaign/route"; - page: "/business/campaign"; - }; - "routes/business/proposal/route.tsx": { - id: "routes/business/proposal/route"; - page: "/business/proposal"; - }; - "routes/business/rejection/route.tsx": { - id: "routes/business/rejection/route"; - page: "/business/rejection"; - }; - "routes/chat/route.tsx": { - id: "routes/chat/route"; - page: "/chat"; - }; - "routes/rooms/route.tsx": { - id: "routes/rooms/route"; - page: "/rooms" | "/rooms/:chatId"; - }; - "routes/rooms/$chatId.tsx": { - id: "routes/rooms/$chatId"; - page: "/rooms/:chatId"; - }; - "routes/mypage/route.tsx": { - id: "routes/mypage/route"; - page: "/mypage"; - }; - "routes/not-found.tsx": { - id: "routes/not-found"; - page: "/*"; - }; -}; - -type RouteModules = { - "root": typeof import("./app/root.tsx"); - "routes/auth/route": typeof import("./app/routes/auth/route.tsx"); - "routes/auth/login/route": typeof import("./app/routes/auth/login/route.tsx"); - "routes/auth/callback/route": typeof import("./app/routes/auth/callback/route.tsx"); - "routes/auth/callback/google/route": typeof import("./app/routes/auth/callback/google/route.tsx"); - "routes/auth/callback/kakao/route": typeof import("./app/routes/auth/callback/kakao/route.tsx"); - "routes/auth/callback/naver/route": typeof import("./app/routes/auth/callback/naver/route.tsx"); - "routes/auth/signup/route": typeof import("./app/routes/auth/signup/route.tsx"); - "routes/auth/signup/terms/route": typeof import("./app/routes/auth/signup/terms/route.tsx"); - "routes/auth/signup/type/route": typeof import("./app/routes/auth/signup/type/route.tsx"); - "routes/auth/signup/info/route": typeof import("./app/routes/auth/signup/info/route.tsx"); - "routes/auth/signup/info-more/route": typeof import("./app/routes/auth/signup/info-more/route.tsx"); - "routes/auth/signup/purpose/route": typeof import("./app/routes/auth/signup/purpose/route.tsx"); - "routes/auth/signup/success/route": typeof import("./app/routes/auth/signup/success/route.tsx"); - "routes/_main": typeof import("./app/routes/_main.tsx"); - "routes/home/index": typeof import("./app/routes/home/index.tsx"); - "routes/matching/route": typeof import("./app/routes/matching/route.tsx"); - "routes/matching/brand/route": typeof import("./app/routes/matching/brand/route.tsx"); - "routes/matching/campaign/route": typeof import("./app/routes/matching/campaign/route.tsx"); - "routes/matching/suggest/route": typeof import("./app/routes/matching/suggest/route.tsx"); - "routes/matching/suggest/index": typeof import("./app/routes/matching/suggest/index.tsx"); - "routes/matching/suggest/create/route": typeof import("./app/routes/matching/suggest/create/route.tsx"); - "routes/matching/test/route": typeof import("./app/routes/matching/test/route.tsx"); - "routes/matching/test/step1/route": typeof import("./app/routes/matching/test/step1/route.tsx"); - "routes/matching/test/step2/route": typeof import("./app/routes/matching/test/step2/route.tsx"); - "routes/matching/test/step3/route": typeof import("./app/routes/matching/test/step3/route.tsx"); - "routes/matching/test/result/route": typeof import("./app/routes/matching/test/result/route.tsx"); - "routes/business/route": typeof import("./app/routes/business/route.tsx"); - "routes/business/calendar/route": typeof import("./app/routes/business/calendar/route.tsx"); - "routes/business/campaign/route": typeof import("./app/routes/business/campaign/route.tsx"); - "routes/business/proposal/route": typeof import("./app/routes/business/proposal/route.tsx"); - "routes/business/rejection/route": typeof import("./app/routes/business/rejection/route.tsx"); - "routes/chat/route": typeof import("./app/routes/chat/route.tsx"); - "routes/rooms/route": typeof import("./app/routes/rooms/route.tsx"); - "routes/rooms/$chatId": typeof import("./app/routes/rooms/$chatId.tsx"); - "routes/mypage/route": typeof import("./app/routes/mypage/route.tsx"); - "routes/not-found": typeof import("./app/routes/not-found.tsx"); -}; \ No newline at end of file diff --git a/.react-router/types/app/+types/root.ts b/.react-router/types/app/+types/root.ts deleted file mode 100644 index 5bd414e1..00000000 --- a/.react-router/types/app/+types/root.ts +++ /dev/null @@ -1,59 +0,0 @@ -// Generated by React Router - -import type { GetInfo, GetAnnotations } from "react-router/internal"; - -type Module = typeof import("../root.js") - -type Info = GetInfo<{ - file: "root.tsx", - module: Module -}> - -type Matches = [{ - id: "root"; - module: typeof import("../root.js"); -}]; - -type Annotations = GetAnnotations; - -export namespace Route { - // links - export type LinkDescriptors = Annotations["LinkDescriptors"]; - export type LinksFunction = Annotations["LinksFunction"]; - - // meta - export type MetaArgs = Annotations["MetaArgs"]; - export type MetaDescriptors = Annotations["MetaDescriptors"]; - export type MetaFunction = Annotations["MetaFunction"]; - - // headers - export type HeadersArgs = Annotations["HeadersArgs"]; - export type HeadersFunction = Annotations["HeadersFunction"]; - - // middleware - export type MiddlewareFunction = Annotations["MiddlewareFunction"]; - - // clientMiddleware - export type ClientMiddlewareFunction = Annotations["ClientMiddlewareFunction"]; - - // loader - export type LoaderArgs = Annotations["LoaderArgs"]; - - // clientLoader - export type ClientLoaderArgs = Annotations["ClientLoaderArgs"]; - - // action - export type ActionArgs = Annotations["ActionArgs"]; - - // clientAction - export type ClientActionArgs = Annotations["ClientActionArgs"]; - - // HydrateFallback - export type HydrateFallbackProps = Annotations["HydrateFallbackProps"]; - - // Component - export type ComponentProps = Annotations["ComponentProps"]; - - // ErrorBoundary - export type ErrorBoundaryProps = Annotations["ErrorBoundaryProps"]; -} \ No newline at end of file diff --git a/.react-router/types/app/routes/+types/_main.ts b/.react-router/types/app/routes/+types/_main.ts deleted file mode 100644 index 4ce6411c..00000000 --- a/.react-router/types/app/routes/+types/_main.ts +++ /dev/null @@ -1,62 +0,0 @@ -// Generated by React Router - -import type { GetInfo, GetAnnotations } from "react-router/internal"; - -type Module = typeof import("../_main.js") - -type Info = GetInfo<{ - file: "routes/_main.tsx", - module: Module -}> - -type Matches = [{ - id: "root"; - module: typeof import("../../root.js"); -}, { - id: "routes/_main"; - module: typeof import("../_main.js"); -}]; - -type Annotations = GetAnnotations; - -export namespace Route { - // links - export type LinkDescriptors = Annotations["LinkDescriptors"]; - export type LinksFunction = Annotations["LinksFunction"]; - - // meta - export type MetaArgs = Annotations["MetaArgs"]; - export type MetaDescriptors = Annotations["MetaDescriptors"]; - export type MetaFunction = Annotations["MetaFunction"]; - - // headers - export type HeadersArgs = Annotations["HeadersArgs"]; - export type HeadersFunction = Annotations["HeadersFunction"]; - - // middleware - export type MiddlewareFunction = Annotations["MiddlewareFunction"]; - - // clientMiddleware - export type ClientMiddlewareFunction = Annotations["ClientMiddlewareFunction"]; - - // loader - export type LoaderArgs = Annotations["LoaderArgs"]; - - // clientLoader - export type ClientLoaderArgs = Annotations["ClientLoaderArgs"]; - - // action - export type ActionArgs = Annotations["ActionArgs"]; - - // clientAction - export type ClientActionArgs = Annotations["ClientActionArgs"]; - - // HydrateFallback - export type HydrateFallbackProps = Annotations["HydrateFallbackProps"]; - - // Component - export type ComponentProps = Annotations["ComponentProps"]; - - // ErrorBoundary - export type ErrorBoundaryProps = Annotations["ErrorBoundaryProps"]; -} \ No newline at end of file diff --git a/.react-router/types/app/routes/+types/not-found.ts b/.react-router/types/app/routes/+types/not-found.ts deleted file mode 100644 index 58505da0..00000000 --- a/.react-router/types/app/routes/+types/not-found.ts +++ /dev/null @@ -1,62 +0,0 @@ -// Generated by React Router - -import type { GetInfo, GetAnnotations } from "react-router/internal"; - -type Module = typeof import("../not-found.js") - -type Info = GetInfo<{ - file: "routes/not-found.tsx", - module: Module -}> - -type Matches = [{ - id: "root"; - module: typeof import("../../root.js"); -}, { - id: "routes/not-found"; - module: typeof import("../not-found.js"); -}]; - -type Annotations = GetAnnotations; - -export namespace Route { - // links - export type LinkDescriptors = Annotations["LinkDescriptors"]; - export type LinksFunction = Annotations["LinksFunction"]; - - // meta - export type MetaArgs = Annotations["MetaArgs"]; - export type MetaDescriptors = Annotations["MetaDescriptors"]; - export type MetaFunction = Annotations["MetaFunction"]; - - // headers - export type HeadersArgs = Annotations["HeadersArgs"]; - export type HeadersFunction = Annotations["HeadersFunction"]; - - // middleware - export type MiddlewareFunction = Annotations["MiddlewareFunction"]; - - // clientMiddleware - export type ClientMiddlewareFunction = Annotations["ClientMiddlewareFunction"]; - - // loader - export type LoaderArgs = Annotations["LoaderArgs"]; - - // clientLoader - export type ClientLoaderArgs = Annotations["ClientLoaderArgs"]; - - // action - export type ActionArgs = Annotations["ActionArgs"]; - - // clientAction - export type ClientActionArgs = Annotations["ClientActionArgs"]; - - // HydrateFallback - export type HydrateFallbackProps = Annotations["HydrateFallbackProps"]; - - // Component - export type ComponentProps = Annotations["ComponentProps"]; - - // ErrorBoundary - export type ErrorBoundaryProps = Annotations["ErrorBoundaryProps"]; -} \ No newline at end of file diff --git a/.react-router/types/app/routes/auth/+types/route.ts b/.react-router/types/app/routes/auth/+types/route.ts deleted file mode 100644 index 1b788e63..00000000 --- a/.react-router/types/app/routes/auth/+types/route.ts +++ /dev/null @@ -1,62 +0,0 @@ -// Generated by React Router - -import type { GetInfo, GetAnnotations } from "react-router/internal"; - -type Module = typeof import("../route.js") - -type Info = GetInfo<{ - file: "routes/auth/route.tsx", - module: Module -}> - -type Matches = [{ - id: "root"; - module: typeof import("../../../root.js"); -}, { - id: "routes/auth/route"; - module: typeof import("../route.js"); -}]; - -type Annotations = GetAnnotations; - -export namespace Route { - // links - export type LinkDescriptors = Annotations["LinkDescriptors"]; - export type LinksFunction = Annotations["LinksFunction"]; - - // meta - export type MetaArgs = Annotations["MetaArgs"]; - export type MetaDescriptors = Annotations["MetaDescriptors"]; - export type MetaFunction = Annotations["MetaFunction"]; - - // headers - export type HeadersArgs = Annotations["HeadersArgs"]; - export type HeadersFunction = Annotations["HeadersFunction"]; - - // middleware - export type MiddlewareFunction = Annotations["MiddlewareFunction"]; - - // clientMiddleware - export type ClientMiddlewareFunction = Annotations["ClientMiddlewareFunction"]; - - // loader - export type LoaderArgs = Annotations["LoaderArgs"]; - - // clientLoader - export type ClientLoaderArgs = Annotations["ClientLoaderArgs"]; - - // action - export type ActionArgs = Annotations["ActionArgs"]; - - // clientAction - export type ClientActionArgs = Annotations["ClientActionArgs"]; - - // HydrateFallback - export type HydrateFallbackProps = Annotations["HydrateFallbackProps"]; - - // Component - export type ComponentProps = Annotations["ComponentProps"]; - - // ErrorBoundary - export type ErrorBoundaryProps = Annotations["ErrorBoundaryProps"]; -} \ No newline at end of file diff --git a/.react-router/types/app/routes/auth/callback/+types/route.ts b/.react-router/types/app/routes/auth/callback/+types/route.ts deleted file mode 100644 index db2856e4..00000000 --- a/.react-router/types/app/routes/auth/callback/+types/route.ts +++ /dev/null @@ -1,65 +0,0 @@ -// Generated by React Router - -import type { GetInfo, GetAnnotations } from "react-router/internal"; - -type Module = typeof import("../route.js") - -type Info = GetInfo<{ - file: "routes/auth/callback/route.tsx", - module: Module -}> - -type Matches = [{ - id: "root"; - module: typeof import("../../../../root.js"); -}, { - id: "routes/auth/route"; - module: typeof import("../../route.js"); -}, { - id: "routes/auth/callback/route"; - module: typeof import("../route.js"); -}]; - -type Annotations = GetAnnotations; - -export namespace Route { - // links - export type LinkDescriptors = Annotations["LinkDescriptors"]; - export type LinksFunction = Annotations["LinksFunction"]; - - // meta - export type MetaArgs = Annotations["MetaArgs"]; - export type MetaDescriptors = Annotations["MetaDescriptors"]; - export type MetaFunction = Annotations["MetaFunction"]; - - // headers - export type HeadersArgs = Annotations["HeadersArgs"]; - export type HeadersFunction = Annotations["HeadersFunction"]; - - // middleware - export type MiddlewareFunction = Annotations["MiddlewareFunction"]; - - // clientMiddleware - export type ClientMiddlewareFunction = Annotations["ClientMiddlewareFunction"]; - - // loader - export type LoaderArgs = Annotations["LoaderArgs"]; - - // clientLoader - export type ClientLoaderArgs = Annotations["ClientLoaderArgs"]; - - // action - export type ActionArgs = Annotations["ActionArgs"]; - - // clientAction - export type ClientActionArgs = Annotations["ClientActionArgs"]; - - // HydrateFallback - export type HydrateFallbackProps = Annotations["HydrateFallbackProps"]; - - // Component - export type ComponentProps = Annotations["ComponentProps"]; - - // ErrorBoundary - export type ErrorBoundaryProps = Annotations["ErrorBoundaryProps"]; -} \ No newline at end of file diff --git a/.react-router/types/app/routes/auth/callback/google/+types/route.ts b/.react-router/types/app/routes/auth/callback/google/+types/route.ts deleted file mode 100644 index ca282947..00000000 --- a/.react-router/types/app/routes/auth/callback/google/+types/route.ts +++ /dev/null @@ -1,68 +0,0 @@ -// Generated by React Router - -import type { GetInfo, GetAnnotations } from "react-router/internal"; - -type Module = typeof import("../route.js") - -type Info = GetInfo<{ - file: "routes/auth/callback/google/route.tsx", - module: Module -}> - -type Matches = [{ - id: "root"; - module: typeof import("../../../../../root.js"); -}, { - id: "routes/auth/route"; - module: typeof import("../../../route.js"); -}, { - id: "routes/auth/callback/route"; - module: typeof import("../../route.js"); -}, { - id: "routes/auth/callback/google/route"; - module: typeof import("../route.js"); -}]; - -type Annotations = GetAnnotations; - -export namespace Route { - // links - export type LinkDescriptors = Annotations["LinkDescriptors"]; - export type LinksFunction = Annotations["LinksFunction"]; - - // meta - export type MetaArgs = Annotations["MetaArgs"]; - export type MetaDescriptors = Annotations["MetaDescriptors"]; - export type MetaFunction = Annotations["MetaFunction"]; - - // headers - export type HeadersArgs = Annotations["HeadersArgs"]; - export type HeadersFunction = Annotations["HeadersFunction"]; - - // middleware - export type MiddlewareFunction = Annotations["MiddlewareFunction"]; - - // clientMiddleware - export type ClientMiddlewareFunction = Annotations["ClientMiddlewareFunction"]; - - // loader - export type LoaderArgs = Annotations["LoaderArgs"]; - - // clientLoader - export type ClientLoaderArgs = Annotations["ClientLoaderArgs"]; - - // action - export type ActionArgs = Annotations["ActionArgs"]; - - // clientAction - export type ClientActionArgs = Annotations["ClientActionArgs"]; - - // HydrateFallback - export type HydrateFallbackProps = Annotations["HydrateFallbackProps"]; - - // Component - export type ComponentProps = Annotations["ComponentProps"]; - - // ErrorBoundary - export type ErrorBoundaryProps = Annotations["ErrorBoundaryProps"]; -} \ No newline at end of file diff --git a/.react-router/types/app/routes/auth/callback/kakao/+types/route.ts b/.react-router/types/app/routes/auth/callback/kakao/+types/route.ts deleted file mode 100644 index 501b7083..00000000 --- a/.react-router/types/app/routes/auth/callback/kakao/+types/route.ts +++ /dev/null @@ -1,68 +0,0 @@ -// Generated by React Router - -import type { GetInfo, GetAnnotations } from "react-router/internal"; - -type Module = typeof import("../route.js") - -type Info = GetInfo<{ - file: "routes/auth/callback/kakao/route.tsx", - module: Module -}> - -type Matches = [{ - id: "root"; - module: typeof import("../../../../../root.js"); -}, { - id: "routes/auth/route"; - module: typeof import("../../../route.js"); -}, { - id: "routes/auth/callback/route"; - module: typeof import("../../route.js"); -}, { - id: "routes/auth/callback/kakao/route"; - module: typeof import("../route.js"); -}]; - -type Annotations = GetAnnotations; - -export namespace Route { - // links - export type LinkDescriptors = Annotations["LinkDescriptors"]; - export type LinksFunction = Annotations["LinksFunction"]; - - // meta - export type MetaArgs = Annotations["MetaArgs"]; - export type MetaDescriptors = Annotations["MetaDescriptors"]; - export type MetaFunction = Annotations["MetaFunction"]; - - // headers - export type HeadersArgs = Annotations["HeadersArgs"]; - export type HeadersFunction = Annotations["HeadersFunction"]; - - // middleware - export type MiddlewareFunction = Annotations["MiddlewareFunction"]; - - // clientMiddleware - export type ClientMiddlewareFunction = Annotations["ClientMiddlewareFunction"]; - - // loader - export type LoaderArgs = Annotations["LoaderArgs"]; - - // clientLoader - export type ClientLoaderArgs = Annotations["ClientLoaderArgs"]; - - // action - export type ActionArgs = Annotations["ActionArgs"]; - - // clientAction - export type ClientActionArgs = Annotations["ClientActionArgs"]; - - // HydrateFallback - export type HydrateFallbackProps = Annotations["HydrateFallbackProps"]; - - // Component - export type ComponentProps = Annotations["ComponentProps"]; - - // ErrorBoundary - export type ErrorBoundaryProps = Annotations["ErrorBoundaryProps"]; -} \ No newline at end of file diff --git a/.react-router/types/app/routes/auth/callback/naver/+types/route.ts b/.react-router/types/app/routes/auth/callback/naver/+types/route.ts deleted file mode 100644 index 6d5df724..00000000 --- a/.react-router/types/app/routes/auth/callback/naver/+types/route.ts +++ /dev/null @@ -1,68 +0,0 @@ -// Generated by React Router - -import type { GetInfo, GetAnnotations } from "react-router/internal"; - -type Module = typeof import("../route.js") - -type Info = GetInfo<{ - file: "routes/auth/callback/naver/route.tsx", - module: Module -}> - -type Matches = [{ - id: "root"; - module: typeof import("../../../../../root.js"); -}, { - id: "routes/auth/route"; - module: typeof import("../../../route.js"); -}, { - id: "routes/auth/callback/route"; - module: typeof import("../../route.js"); -}, { - id: "routes/auth/callback/naver/route"; - module: typeof import("../route.js"); -}]; - -type Annotations = GetAnnotations; - -export namespace Route { - // links - export type LinkDescriptors = Annotations["LinkDescriptors"]; - export type LinksFunction = Annotations["LinksFunction"]; - - // meta - export type MetaArgs = Annotations["MetaArgs"]; - export type MetaDescriptors = Annotations["MetaDescriptors"]; - export type MetaFunction = Annotations["MetaFunction"]; - - // headers - export type HeadersArgs = Annotations["HeadersArgs"]; - export type HeadersFunction = Annotations["HeadersFunction"]; - - // middleware - export type MiddlewareFunction = Annotations["MiddlewareFunction"]; - - // clientMiddleware - export type ClientMiddlewareFunction = Annotations["ClientMiddlewareFunction"]; - - // loader - export type LoaderArgs = Annotations["LoaderArgs"]; - - // clientLoader - export type ClientLoaderArgs = Annotations["ClientLoaderArgs"]; - - // action - export type ActionArgs = Annotations["ActionArgs"]; - - // clientAction - export type ClientActionArgs = Annotations["ClientActionArgs"]; - - // HydrateFallback - export type HydrateFallbackProps = Annotations["HydrateFallbackProps"]; - - // Component - export type ComponentProps = Annotations["ComponentProps"]; - - // ErrorBoundary - export type ErrorBoundaryProps = Annotations["ErrorBoundaryProps"]; -} \ No newline at end of file diff --git a/.react-router/types/app/routes/auth/login/+types/route.ts b/.react-router/types/app/routes/auth/login/+types/route.ts deleted file mode 100644 index baf95709..00000000 --- a/.react-router/types/app/routes/auth/login/+types/route.ts +++ /dev/null @@ -1,65 +0,0 @@ -// Generated by React Router - -import type { GetInfo, GetAnnotations } from "react-router/internal"; - -type Module = typeof import("../route.js") - -type Info = GetInfo<{ - file: "routes/auth/login/route.tsx", - module: Module -}> - -type Matches = [{ - id: "root"; - module: typeof import("../../../../root.js"); -}, { - id: "routes/auth/route"; - module: typeof import("../../route.js"); -}, { - id: "routes/auth/login/route"; - module: typeof import("../route.js"); -}]; - -type Annotations = GetAnnotations; - -export namespace Route { - // links - export type LinkDescriptors = Annotations["LinkDescriptors"]; - export type LinksFunction = Annotations["LinksFunction"]; - - // meta - export type MetaArgs = Annotations["MetaArgs"]; - export type MetaDescriptors = Annotations["MetaDescriptors"]; - export type MetaFunction = Annotations["MetaFunction"]; - - // headers - export type HeadersArgs = Annotations["HeadersArgs"]; - export type HeadersFunction = Annotations["HeadersFunction"]; - - // middleware - export type MiddlewareFunction = Annotations["MiddlewareFunction"]; - - // clientMiddleware - export type ClientMiddlewareFunction = Annotations["ClientMiddlewareFunction"]; - - // loader - export type LoaderArgs = Annotations["LoaderArgs"]; - - // clientLoader - export type ClientLoaderArgs = Annotations["ClientLoaderArgs"]; - - // action - export type ActionArgs = Annotations["ActionArgs"]; - - // clientAction - export type ClientActionArgs = Annotations["ClientActionArgs"]; - - // HydrateFallback - export type HydrateFallbackProps = Annotations["HydrateFallbackProps"]; - - // Component - export type ComponentProps = Annotations["ComponentProps"]; - - // ErrorBoundary - export type ErrorBoundaryProps = Annotations["ErrorBoundaryProps"]; -} \ No newline at end of file diff --git a/.react-router/types/app/routes/auth/signup/+types/route.ts b/.react-router/types/app/routes/auth/signup/+types/route.ts deleted file mode 100644 index 4e2005a1..00000000 --- a/.react-router/types/app/routes/auth/signup/+types/route.ts +++ /dev/null @@ -1,65 +0,0 @@ -// Generated by React Router - -import type { GetInfo, GetAnnotations } from "react-router/internal"; - -type Module = typeof import("../route.js") - -type Info = GetInfo<{ - file: "routes/auth/signup/route.tsx", - module: Module -}> - -type Matches = [{ - id: "root"; - module: typeof import("../../../../root.js"); -}, { - id: "routes/auth/route"; - module: typeof import("../../route.js"); -}, { - id: "routes/auth/signup/route"; - module: typeof import("../route.js"); -}]; - -type Annotations = GetAnnotations; - -export namespace Route { - // links - export type LinkDescriptors = Annotations["LinkDescriptors"]; - export type LinksFunction = Annotations["LinksFunction"]; - - // meta - export type MetaArgs = Annotations["MetaArgs"]; - export type MetaDescriptors = Annotations["MetaDescriptors"]; - export type MetaFunction = Annotations["MetaFunction"]; - - // headers - export type HeadersArgs = Annotations["HeadersArgs"]; - export type HeadersFunction = Annotations["HeadersFunction"]; - - // middleware - export type MiddlewareFunction = Annotations["MiddlewareFunction"]; - - // clientMiddleware - export type ClientMiddlewareFunction = Annotations["ClientMiddlewareFunction"]; - - // loader - export type LoaderArgs = Annotations["LoaderArgs"]; - - // clientLoader - export type ClientLoaderArgs = Annotations["ClientLoaderArgs"]; - - // action - export type ActionArgs = Annotations["ActionArgs"]; - - // clientAction - export type ClientActionArgs = Annotations["ClientActionArgs"]; - - // HydrateFallback - export type HydrateFallbackProps = Annotations["HydrateFallbackProps"]; - - // Component - export type ComponentProps = Annotations["ComponentProps"]; - - // ErrorBoundary - export type ErrorBoundaryProps = Annotations["ErrorBoundaryProps"]; -} \ No newline at end of file diff --git a/.react-router/types/app/routes/auth/signup/info-more/+types/route.ts b/.react-router/types/app/routes/auth/signup/info-more/+types/route.ts deleted file mode 100644 index 869cd407..00000000 --- a/.react-router/types/app/routes/auth/signup/info-more/+types/route.ts +++ /dev/null @@ -1,68 +0,0 @@ -// Generated by React Router - -import type { GetInfo, GetAnnotations } from "react-router/internal"; - -type Module = typeof import("../route.js") - -type Info = GetInfo<{ - file: "routes/auth/signup/info-more/route.tsx", - module: Module -}> - -type Matches = [{ - id: "root"; - module: typeof import("../../../../../root.js"); -}, { - id: "routes/auth/route"; - module: typeof import("../../../route.js"); -}, { - id: "routes/auth/signup/route"; - module: typeof import("../../route.js"); -}, { - id: "routes/auth/signup/info-more/route"; - module: typeof import("../route.js"); -}]; - -type Annotations = GetAnnotations; - -export namespace Route { - // links - export type LinkDescriptors = Annotations["LinkDescriptors"]; - export type LinksFunction = Annotations["LinksFunction"]; - - // meta - export type MetaArgs = Annotations["MetaArgs"]; - export type MetaDescriptors = Annotations["MetaDescriptors"]; - export type MetaFunction = Annotations["MetaFunction"]; - - // headers - export type HeadersArgs = Annotations["HeadersArgs"]; - export type HeadersFunction = Annotations["HeadersFunction"]; - - // middleware - export type MiddlewareFunction = Annotations["MiddlewareFunction"]; - - // clientMiddleware - export type ClientMiddlewareFunction = Annotations["ClientMiddlewareFunction"]; - - // loader - export type LoaderArgs = Annotations["LoaderArgs"]; - - // clientLoader - export type ClientLoaderArgs = Annotations["ClientLoaderArgs"]; - - // action - export type ActionArgs = Annotations["ActionArgs"]; - - // clientAction - export type ClientActionArgs = Annotations["ClientActionArgs"]; - - // HydrateFallback - export type HydrateFallbackProps = Annotations["HydrateFallbackProps"]; - - // Component - export type ComponentProps = Annotations["ComponentProps"]; - - // ErrorBoundary - export type ErrorBoundaryProps = Annotations["ErrorBoundaryProps"]; -} \ No newline at end of file diff --git a/.react-router/types/app/routes/auth/signup/info/+types/route.ts b/.react-router/types/app/routes/auth/signup/info/+types/route.ts deleted file mode 100644 index 46c1855b..00000000 --- a/.react-router/types/app/routes/auth/signup/info/+types/route.ts +++ /dev/null @@ -1,68 +0,0 @@ -// Generated by React Router - -import type { GetInfo, GetAnnotations } from "react-router/internal"; - -type Module = typeof import("../route.js") - -type Info = GetInfo<{ - file: "routes/auth/signup/info/route.tsx", - module: Module -}> - -type Matches = [{ - id: "root"; - module: typeof import("../../../../../root.js"); -}, { - id: "routes/auth/route"; - module: typeof import("../../../route.js"); -}, { - id: "routes/auth/signup/route"; - module: typeof import("../../route.js"); -}, { - id: "routes/auth/signup/info/route"; - module: typeof import("../route.js"); -}]; - -type Annotations = GetAnnotations; - -export namespace Route { - // links - export type LinkDescriptors = Annotations["LinkDescriptors"]; - export type LinksFunction = Annotations["LinksFunction"]; - - // meta - export type MetaArgs = Annotations["MetaArgs"]; - export type MetaDescriptors = Annotations["MetaDescriptors"]; - export type MetaFunction = Annotations["MetaFunction"]; - - // headers - export type HeadersArgs = Annotations["HeadersArgs"]; - export type HeadersFunction = Annotations["HeadersFunction"]; - - // middleware - export type MiddlewareFunction = Annotations["MiddlewareFunction"]; - - // clientMiddleware - export type ClientMiddlewareFunction = Annotations["ClientMiddlewareFunction"]; - - // loader - export type LoaderArgs = Annotations["LoaderArgs"]; - - // clientLoader - export type ClientLoaderArgs = Annotations["ClientLoaderArgs"]; - - // action - export type ActionArgs = Annotations["ActionArgs"]; - - // clientAction - export type ClientActionArgs = Annotations["ClientActionArgs"]; - - // HydrateFallback - export type HydrateFallbackProps = Annotations["HydrateFallbackProps"]; - - // Component - export type ComponentProps = Annotations["ComponentProps"]; - - // ErrorBoundary - export type ErrorBoundaryProps = Annotations["ErrorBoundaryProps"]; -} \ No newline at end of file diff --git a/.react-router/types/app/routes/auth/signup/purpose/+types/route.ts b/.react-router/types/app/routes/auth/signup/purpose/+types/route.ts deleted file mode 100644 index d05cea98..00000000 --- a/.react-router/types/app/routes/auth/signup/purpose/+types/route.ts +++ /dev/null @@ -1,68 +0,0 @@ -// Generated by React Router - -import type { GetInfo, GetAnnotations } from "react-router/internal"; - -type Module = typeof import("../route.js") - -type Info = GetInfo<{ - file: "routes/auth/signup/purpose/route.tsx", - module: Module -}> - -type Matches = [{ - id: "root"; - module: typeof import("../../../../../root.js"); -}, { - id: "routes/auth/route"; - module: typeof import("../../../route.js"); -}, { - id: "routes/auth/signup/route"; - module: typeof import("../../route.js"); -}, { - id: "routes/auth/signup/purpose/route"; - module: typeof import("../route.js"); -}]; - -type Annotations = GetAnnotations; - -export namespace Route { - // links - export type LinkDescriptors = Annotations["LinkDescriptors"]; - export type LinksFunction = Annotations["LinksFunction"]; - - // meta - export type MetaArgs = Annotations["MetaArgs"]; - export type MetaDescriptors = Annotations["MetaDescriptors"]; - export type MetaFunction = Annotations["MetaFunction"]; - - // headers - export type HeadersArgs = Annotations["HeadersArgs"]; - export type HeadersFunction = Annotations["HeadersFunction"]; - - // middleware - export type MiddlewareFunction = Annotations["MiddlewareFunction"]; - - // clientMiddleware - export type ClientMiddlewareFunction = Annotations["ClientMiddlewareFunction"]; - - // loader - export type LoaderArgs = Annotations["LoaderArgs"]; - - // clientLoader - export type ClientLoaderArgs = Annotations["ClientLoaderArgs"]; - - // action - export type ActionArgs = Annotations["ActionArgs"]; - - // clientAction - export type ClientActionArgs = Annotations["ClientActionArgs"]; - - // HydrateFallback - export type HydrateFallbackProps = Annotations["HydrateFallbackProps"]; - - // Component - export type ComponentProps = Annotations["ComponentProps"]; - - // ErrorBoundary - export type ErrorBoundaryProps = Annotations["ErrorBoundaryProps"]; -} \ No newline at end of file diff --git a/.react-router/types/app/routes/auth/signup/success/+types/route.ts b/.react-router/types/app/routes/auth/signup/success/+types/route.ts deleted file mode 100644 index 2d4b7b0b..00000000 --- a/.react-router/types/app/routes/auth/signup/success/+types/route.ts +++ /dev/null @@ -1,68 +0,0 @@ -// Generated by React Router - -import type { GetInfo, GetAnnotations } from "react-router/internal"; - -type Module = typeof import("../route.js") - -type Info = GetInfo<{ - file: "routes/auth/signup/success/route.tsx", - module: Module -}> - -type Matches = [{ - id: "root"; - module: typeof import("../../../../../root.js"); -}, { - id: "routes/auth/route"; - module: typeof import("../../../route.js"); -}, { - id: "routes/auth/signup/route"; - module: typeof import("../../route.js"); -}, { - id: "routes/auth/signup/success/route"; - module: typeof import("../route.js"); -}]; - -type Annotations = GetAnnotations; - -export namespace Route { - // links - export type LinkDescriptors = Annotations["LinkDescriptors"]; - export type LinksFunction = Annotations["LinksFunction"]; - - // meta - export type MetaArgs = Annotations["MetaArgs"]; - export type MetaDescriptors = Annotations["MetaDescriptors"]; - export type MetaFunction = Annotations["MetaFunction"]; - - // headers - export type HeadersArgs = Annotations["HeadersArgs"]; - export type HeadersFunction = Annotations["HeadersFunction"]; - - // middleware - export type MiddlewareFunction = Annotations["MiddlewareFunction"]; - - // clientMiddleware - export type ClientMiddlewareFunction = Annotations["ClientMiddlewareFunction"]; - - // loader - export type LoaderArgs = Annotations["LoaderArgs"]; - - // clientLoader - export type ClientLoaderArgs = Annotations["ClientLoaderArgs"]; - - // action - export type ActionArgs = Annotations["ActionArgs"]; - - // clientAction - export type ClientActionArgs = Annotations["ClientActionArgs"]; - - // HydrateFallback - export type HydrateFallbackProps = Annotations["HydrateFallbackProps"]; - - // Component - export type ComponentProps = Annotations["ComponentProps"]; - - // ErrorBoundary - export type ErrorBoundaryProps = Annotations["ErrorBoundaryProps"]; -} \ No newline at end of file diff --git a/.react-router/types/app/routes/auth/signup/terms/+types/route.ts b/.react-router/types/app/routes/auth/signup/terms/+types/route.ts deleted file mode 100644 index 1abfb708..00000000 --- a/.react-router/types/app/routes/auth/signup/terms/+types/route.ts +++ /dev/null @@ -1,68 +0,0 @@ -// Generated by React Router - -import type { GetInfo, GetAnnotations } from "react-router/internal"; - -type Module = typeof import("../route.js") - -type Info = GetInfo<{ - file: "routes/auth/signup/terms/route.tsx", - module: Module -}> - -type Matches = [{ - id: "root"; - module: typeof import("../../../../../root.js"); -}, { - id: "routes/auth/route"; - module: typeof import("../../../route.js"); -}, { - id: "routes/auth/signup/route"; - module: typeof import("../../route.js"); -}, { - id: "routes/auth/signup/terms/route"; - module: typeof import("../route.js"); -}]; - -type Annotations = GetAnnotations; - -export namespace Route { - // links - export type LinkDescriptors = Annotations["LinkDescriptors"]; - export type LinksFunction = Annotations["LinksFunction"]; - - // meta - export type MetaArgs = Annotations["MetaArgs"]; - export type MetaDescriptors = Annotations["MetaDescriptors"]; - export type MetaFunction = Annotations["MetaFunction"]; - - // headers - export type HeadersArgs = Annotations["HeadersArgs"]; - export type HeadersFunction = Annotations["HeadersFunction"]; - - // middleware - export type MiddlewareFunction = Annotations["MiddlewareFunction"]; - - // clientMiddleware - export type ClientMiddlewareFunction = Annotations["ClientMiddlewareFunction"]; - - // loader - export type LoaderArgs = Annotations["LoaderArgs"]; - - // clientLoader - export type ClientLoaderArgs = Annotations["ClientLoaderArgs"]; - - // action - export type ActionArgs = Annotations["ActionArgs"]; - - // clientAction - export type ClientActionArgs = Annotations["ClientActionArgs"]; - - // HydrateFallback - export type HydrateFallbackProps = Annotations["HydrateFallbackProps"]; - - // Component - export type ComponentProps = Annotations["ComponentProps"]; - - // ErrorBoundary - export type ErrorBoundaryProps = Annotations["ErrorBoundaryProps"]; -} \ No newline at end of file diff --git a/.react-router/types/app/routes/auth/signup/type/+types/route.ts b/.react-router/types/app/routes/auth/signup/type/+types/route.ts deleted file mode 100644 index 1f506e25..00000000 --- a/.react-router/types/app/routes/auth/signup/type/+types/route.ts +++ /dev/null @@ -1,68 +0,0 @@ -// Generated by React Router - -import type { GetInfo, GetAnnotations } from "react-router/internal"; - -type Module = typeof import("../route.js") - -type Info = GetInfo<{ - file: "routes/auth/signup/type/route.tsx", - module: Module -}> - -type Matches = [{ - id: "root"; - module: typeof import("../../../../../root.js"); -}, { - id: "routes/auth/route"; - module: typeof import("../../../route.js"); -}, { - id: "routes/auth/signup/route"; - module: typeof import("../../route.js"); -}, { - id: "routes/auth/signup/type/route"; - module: typeof import("../route.js"); -}]; - -type Annotations = GetAnnotations; - -export namespace Route { - // links - export type LinkDescriptors = Annotations["LinkDescriptors"]; - export type LinksFunction = Annotations["LinksFunction"]; - - // meta - export type MetaArgs = Annotations["MetaArgs"]; - export type MetaDescriptors = Annotations["MetaDescriptors"]; - export type MetaFunction = Annotations["MetaFunction"]; - - // headers - export type HeadersArgs = Annotations["HeadersArgs"]; - export type HeadersFunction = Annotations["HeadersFunction"]; - - // middleware - export type MiddlewareFunction = Annotations["MiddlewareFunction"]; - - // clientMiddleware - export type ClientMiddlewareFunction = Annotations["ClientMiddlewareFunction"]; - - // loader - export type LoaderArgs = Annotations["LoaderArgs"]; - - // clientLoader - export type ClientLoaderArgs = Annotations["ClientLoaderArgs"]; - - // action - export type ActionArgs = Annotations["ActionArgs"]; - - // clientAction - export type ClientActionArgs = Annotations["ClientActionArgs"]; - - // HydrateFallback - export type HydrateFallbackProps = Annotations["HydrateFallbackProps"]; - - // Component - export type ComponentProps = Annotations["ComponentProps"]; - - // ErrorBoundary - export type ErrorBoundaryProps = Annotations["ErrorBoundaryProps"]; -} \ No newline at end of file diff --git a/.react-router/types/app/routes/business/+types/route.ts b/.react-router/types/app/routes/business/+types/route.ts deleted file mode 100644 index 04638029..00000000 --- a/.react-router/types/app/routes/business/+types/route.ts +++ /dev/null @@ -1,65 +0,0 @@ -// Generated by React Router - -import type { GetInfo, GetAnnotations } from "react-router/internal"; - -type Module = typeof import("../route.js") - -type Info = GetInfo<{ - file: "routes/business/route.tsx", - module: Module -}> - -type Matches = [{ - id: "root"; - module: typeof import("../../../root.js"); -}, { - id: "routes/_main"; - module: typeof import("../../_main.js"); -}, { - id: "routes/business/route"; - module: typeof import("../route.js"); -}]; - -type Annotations = GetAnnotations; - -export namespace Route { - // links - export type LinkDescriptors = Annotations["LinkDescriptors"]; - export type LinksFunction = Annotations["LinksFunction"]; - - // meta - export type MetaArgs = Annotations["MetaArgs"]; - export type MetaDescriptors = Annotations["MetaDescriptors"]; - export type MetaFunction = Annotations["MetaFunction"]; - - // headers - export type HeadersArgs = Annotations["HeadersArgs"]; - export type HeadersFunction = Annotations["HeadersFunction"]; - - // middleware - export type MiddlewareFunction = Annotations["MiddlewareFunction"]; - - // clientMiddleware - export type ClientMiddlewareFunction = Annotations["ClientMiddlewareFunction"]; - - // loader - export type LoaderArgs = Annotations["LoaderArgs"]; - - // clientLoader - export type ClientLoaderArgs = Annotations["ClientLoaderArgs"]; - - // action - export type ActionArgs = Annotations["ActionArgs"]; - - // clientAction - export type ClientActionArgs = Annotations["ClientActionArgs"]; - - // HydrateFallback - export type HydrateFallbackProps = Annotations["HydrateFallbackProps"]; - - // Component - export type ComponentProps = Annotations["ComponentProps"]; - - // ErrorBoundary - export type ErrorBoundaryProps = Annotations["ErrorBoundaryProps"]; -} \ No newline at end of file diff --git a/.react-router/types/app/routes/business/calendar/+types/route.ts b/.react-router/types/app/routes/business/calendar/+types/route.ts deleted file mode 100644 index b6568b64..00000000 --- a/.react-router/types/app/routes/business/calendar/+types/route.ts +++ /dev/null @@ -1,68 +0,0 @@ -// Generated by React Router - -import type { GetInfo, GetAnnotations } from "react-router/internal"; - -type Module = typeof import("../route.js") - -type Info = GetInfo<{ - file: "routes/business/calendar/route.tsx", - module: Module -}> - -type Matches = [{ - id: "root"; - module: typeof import("../../../../root.js"); -}, { - id: "routes/_main"; - module: typeof import("../../../_main.js"); -}, { - id: "routes/business/route"; - module: typeof import("../../route.js"); -}, { - id: "routes/business/calendar/route"; - module: typeof import("../route.js"); -}]; - -type Annotations = GetAnnotations; - -export namespace Route { - // links - export type LinkDescriptors = Annotations["LinkDescriptors"]; - export type LinksFunction = Annotations["LinksFunction"]; - - // meta - export type MetaArgs = Annotations["MetaArgs"]; - export type MetaDescriptors = Annotations["MetaDescriptors"]; - export type MetaFunction = Annotations["MetaFunction"]; - - // headers - export type HeadersArgs = Annotations["HeadersArgs"]; - export type HeadersFunction = Annotations["HeadersFunction"]; - - // middleware - export type MiddlewareFunction = Annotations["MiddlewareFunction"]; - - // clientMiddleware - export type ClientMiddlewareFunction = Annotations["ClientMiddlewareFunction"]; - - // loader - export type LoaderArgs = Annotations["LoaderArgs"]; - - // clientLoader - export type ClientLoaderArgs = Annotations["ClientLoaderArgs"]; - - // action - export type ActionArgs = Annotations["ActionArgs"]; - - // clientAction - export type ClientActionArgs = Annotations["ClientActionArgs"]; - - // HydrateFallback - export type HydrateFallbackProps = Annotations["HydrateFallbackProps"]; - - // Component - export type ComponentProps = Annotations["ComponentProps"]; - - // ErrorBoundary - export type ErrorBoundaryProps = Annotations["ErrorBoundaryProps"]; -} \ No newline at end of file diff --git a/.react-router/types/app/routes/business/campaign/+types/route.ts b/.react-router/types/app/routes/business/campaign/+types/route.ts deleted file mode 100644 index f3e60df4..00000000 --- a/.react-router/types/app/routes/business/campaign/+types/route.ts +++ /dev/null @@ -1,68 +0,0 @@ -// Generated by React Router - -import type { GetInfo, GetAnnotations } from "react-router/internal"; - -type Module = typeof import("../route.js") - -type Info = GetInfo<{ - file: "routes/business/campaign/route.tsx", - module: Module -}> - -type Matches = [{ - id: "root"; - module: typeof import("../../../../root.js"); -}, { - id: "routes/_main"; - module: typeof import("../../../_main.js"); -}, { - id: "routes/business/route"; - module: typeof import("../../route.js"); -}, { - id: "routes/business/campaign/route"; - module: typeof import("../route.js"); -}]; - -type Annotations = GetAnnotations; - -export namespace Route { - // links - export type LinkDescriptors = Annotations["LinkDescriptors"]; - export type LinksFunction = Annotations["LinksFunction"]; - - // meta - export type MetaArgs = Annotations["MetaArgs"]; - export type MetaDescriptors = Annotations["MetaDescriptors"]; - export type MetaFunction = Annotations["MetaFunction"]; - - // headers - export type HeadersArgs = Annotations["HeadersArgs"]; - export type HeadersFunction = Annotations["HeadersFunction"]; - - // middleware - export type MiddlewareFunction = Annotations["MiddlewareFunction"]; - - // clientMiddleware - export type ClientMiddlewareFunction = Annotations["ClientMiddlewareFunction"]; - - // loader - export type LoaderArgs = Annotations["LoaderArgs"]; - - // clientLoader - export type ClientLoaderArgs = Annotations["ClientLoaderArgs"]; - - // action - export type ActionArgs = Annotations["ActionArgs"]; - - // clientAction - export type ClientActionArgs = Annotations["ClientActionArgs"]; - - // HydrateFallback - export type HydrateFallbackProps = Annotations["HydrateFallbackProps"]; - - // Component - export type ComponentProps = Annotations["ComponentProps"]; - - // ErrorBoundary - export type ErrorBoundaryProps = Annotations["ErrorBoundaryProps"]; -} \ No newline at end of file diff --git a/.react-router/types/app/routes/business/proposal/+types/route.ts b/.react-router/types/app/routes/business/proposal/+types/route.ts deleted file mode 100644 index f8a52a32..00000000 --- a/.react-router/types/app/routes/business/proposal/+types/route.ts +++ /dev/null @@ -1,68 +0,0 @@ -// Generated by React Router - -import type { GetInfo, GetAnnotations } from "react-router/internal"; - -type Module = typeof import("../route.js") - -type Info = GetInfo<{ - file: "routes/business/proposal/route.tsx", - module: Module -}> - -type Matches = [{ - id: "root"; - module: typeof import("../../../../root.js"); -}, { - id: "routes/_main"; - module: typeof import("../../../_main.js"); -}, { - id: "routes/business/route"; - module: typeof import("../../route.js"); -}, { - id: "routes/business/proposal/route"; - module: typeof import("../route.js"); -}]; - -type Annotations = GetAnnotations; - -export namespace Route { - // links - export type LinkDescriptors = Annotations["LinkDescriptors"]; - export type LinksFunction = Annotations["LinksFunction"]; - - // meta - export type MetaArgs = Annotations["MetaArgs"]; - export type MetaDescriptors = Annotations["MetaDescriptors"]; - export type MetaFunction = Annotations["MetaFunction"]; - - // headers - export type HeadersArgs = Annotations["HeadersArgs"]; - export type HeadersFunction = Annotations["HeadersFunction"]; - - // middleware - export type MiddlewareFunction = Annotations["MiddlewareFunction"]; - - // clientMiddleware - export type ClientMiddlewareFunction = Annotations["ClientMiddlewareFunction"]; - - // loader - export type LoaderArgs = Annotations["LoaderArgs"]; - - // clientLoader - export type ClientLoaderArgs = Annotations["ClientLoaderArgs"]; - - // action - export type ActionArgs = Annotations["ActionArgs"]; - - // clientAction - export type ClientActionArgs = Annotations["ClientActionArgs"]; - - // HydrateFallback - export type HydrateFallbackProps = Annotations["HydrateFallbackProps"]; - - // Component - export type ComponentProps = Annotations["ComponentProps"]; - - // ErrorBoundary - export type ErrorBoundaryProps = Annotations["ErrorBoundaryProps"]; -} \ No newline at end of file diff --git a/.react-router/types/app/routes/business/rejection/+types/route.ts b/.react-router/types/app/routes/business/rejection/+types/route.ts deleted file mode 100644 index bedcb252..00000000 --- a/.react-router/types/app/routes/business/rejection/+types/route.ts +++ /dev/null @@ -1,68 +0,0 @@ -// Generated by React Router - -import type { GetInfo, GetAnnotations } from "react-router/internal"; - -type Module = typeof import("../route.js") - -type Info = GetInfo<{ - file: "routes/business/rejection/route.tsx", - module: Module -}> - -type Matches = [{ - id: "root"; - module: typeof import("../../../../root.js"); -}, { - id: "routes/_main"; - module: typeof import("../../../_main.js"); -}, { - id: "routes/business/route"; - module: typeof import("../../route.js"); -}, { - id: "routes/business/rejection/route"; - module: typeof import("../route.js"); -}]; - -type Annotations = GetAnnotations; - -export namespace Route { - // links - export type LinkDescriptors = Annotations["LinkDescriptors"]; - export type LinksFunction = Annotations["LinksFunction"]; - - // meta - export type MetaArgs = Annotations["MetaArgs"]; - export type MetaDescriptors = Annotations["MetaDescriptors"]; - export type MetaFunction = Annotations["MetaFunction"]; - - // headers - export type HeadersArgs = Annotations["HeadersArgs"]; - export type HeadersFunction = Annotations["HeadersFunction"]; - - // middleware - export type MiddlewareFunction = Annotations["MiddlewareFunction"]; - - // clientMiddleware - export type ClientMiddlewareFunction = Annotations["ClientMiddlewareFunction"]; - - // loader - export type LoaderArgs = Annotations["LoaderArgs"]; - - // clientLoader - export type ClientLoaderArgs = Annotations["ClientLoaderArgs"]; - - // action - export type ActionArgs = Annotations["ActionArgs"]; - - // clientAction - export type ClientActionArgs = Annotations["ClientActionArgs"]; - - // HydrateFallback - export type HydrateFallbackProps = Annotations["HydrateFallbackProps"]; - - // Component - export type ComponentProps = Annotations["ComponentProps"]; - - // ErrorBoundary - export type ErrorBoundaryProps = Annotations["ErrorBoundaryProps"]; -} \ No newline at end of file diff --git a/.react-router/types/app/routes/chat/+types/route.ts b/.react-router/types/app/routes/chat/+types/route.ts deleted file mode 100644 index 976e8b3d..00000000 --- a/.react-router/types/app/routes/chat/+types/route.ts +++ /dev/null @@ -1,65 +0,0 @@ -// Generated by React Router - -import type { GetInfo, GetAnnotations } from "react-router/internal"; - -type Module = typeof import("../route.js") - -type Info = GetInfo<{ - file: "routes/chat/route.tsx", - module: Module -}> - -type Matches = [{ - id: "root"; - module: typeof import("../../../root.js"); -}, { - id: "routes/_main"; - module: typeof import("../../_main.js"); -}, { - id: "routes/chat/route"; - module: typeof import("../route.js"); -}]; - -type Annotations = GetAnnotations; - -export namespace Route { - // links - export type LinkDescriptors = Annotations["LinkDescriptors"]; - export type LinksFunction = Annotations["LinksFunction"]; - - // meta - export type MetaArgs = Annotations["MetaArgs"]; - export type MetaDescriptors = Annotations["MetaDescriptors"]; - export type MetaFunction = Annotations["MetaFunction"]; - - // headers - export type HeadersArgs = Annotations["HeadersArgs"]; - export type HeadersFunction = Annotations["HeadersFunction"]; - - // middleware - export type MiddlewareFunction = Annotations["MiddlewareFunction"]; - - // clientMiddleware - export type ClientMiddlewareFunction = Annotations["ClientMiddlewareFunction"]; - - // loader - export type LoaderArgs = Annotations["LoaderArgs"]; - - // clientLoader - export type ClientLoaderArgs = Annotations["ClientLoaderArgs"]; - - // action - export type ActionArgs = Annotations["ActionArgs"]; - - // clientAction - export type ClientActionArgs = Annotations["ClientActionArgs"]; - - // HydrateFallback - export type HydrateFallbackProps = Annotations["HydrateFallbackProps"]; - - // Component - export type ComponentProps = Annotations["ComponentProps"]; - - // ErrorBoundary - export type ErrorBoundaryProps = Annotations["ErrorBoundaryProps"]; -} \ No newline at end of file diff --git a/.react-router/types/app/routes/home/+types/index.ts b/.react-router/types/app/routes/home/+types/index.ts deleted file mode 100644 index 7d859796..00000000 --- a/.react-router/types/app/routes/home/+types/index.ts +++ /dev/null @@ -1,65 +0,0 @@ -// Generated by React Router - -import type { GetInfo, GetAnnotations } from "react-router/internal"; - -type Module = typeof import("../index.js") - -type Info = GetInfo<{ - file: "routes/home/index.tsx", - module: Module -}> - -type Matches = [{ - id: "root"; - module: typeof import("../../../root.js"); -}, { - id: "routes/_main"; - module: typeof import("../../_main.js"); -}, { - id: "routes/home/index"; - module: typeof import("../index.js"); -}]; - -type Annotations = GetAnnotations; - -export namespace Route { - // links - export type LinkDescriptors = Annotations["LinkDescriptors"]; - export type LinksFunction = Annotations["LinksFunction"]; - - // meta - export type MetaArgs = Annotations["MetaArgs"]; - export type MetaDescriptors = Annotations["MetaDescriptors"]; - export type MetaFunction = Annotations["MetaFunction"]; - - // headers - export type HeadersArgs = Annotations["HeadersArgs"]; - export type HeadersFunction = Annotations["HeadersFunction"]; - - // middleware - export type MiddlewareFunction = Annotations["MiddlewareFunction"]; - - // clientMiddleware - export type ClientMiddlewareFunction = Annotations["ClientMiddlewareFunction"]; - - // loader - export type LoaderArgs = Annotations["LoaderArgs"]; - - // clientLoader - export type ClientLoaderArgs = Annotations["ClientLoaderArgs"]; - - // action - export type ActionArgs = Annotations["ActionArgs"]; - - // clientAction - export type ClientActionArgs = Annotations["ClientActionArgs"]; - - // HydrateFallback - export type HydrateFallbackProps = Annotations["HydrateFallbackProps"]; - - // Component - export type ComponentProps = Annotations["ComponentProps"]; - - // ErrorBoundary - export type ErrorBoundaryProps = Annotations["ErrorBoundaryProps"]; -} \ No newline at end of file diff --git a/.react-router/types/app/routes/matching/+types/route.ts b/.react-router/types/app/routes/matching/+types/route.ts deleted file mode 100644 index fcf90ec3..00000000 --- a/.react-router/types/app/routes/matching/+types/route.ts +++ /dev/null @@ -1,65 +0,0 @@ -// Generated by React Router - -import type { GetInfo, GetAnnotations } from "react-router/internal"; - -type Module = typeof import("../route.js") - -type Info = GetInfo<{ - file: "routes/matching/route.tsx", - module: Module -}> - -type Matches = [{ - id: "root"; - module: typeof import("../../../root.js"); -}, { - id: "routes/_main"; - module: typeof import("../../_main.js"); -}, { - id: "routes/matching/route"; - module: typeof import("../route.js"); -}]; - -type Annotations = GetAnnotations; - -export namespace Route { - // links - export type LinkDescriptors = Annotations["LinkDescriptors"]; - export type LinksFunction = Annotations["LinksFunction"]; - - // meta - export type MetaArgs = Annotations["MetaArgs"]; - export type MetaDescriptors = Annotations["MetaDescriptors"]; - export type MetaFunction = Annotations["MetaFunction"]; - - // headers - export type HeadersArgs = Annotations["HeadersArgs"]; - export type HeadersFunction = Annotations["HeadersFunction"]; - - // middleware - export type MiddlewareFunction = Annotations["MiddlewareFunction"]; - - // clientMiddleware - export type ClientMiddlewareFunction = Annotations["ClientMiddlewareFunction"]; - - // loader - export type LoaderArgs = Annotations["LoaderArgs"]; - - // clientLoader - export type ClientLoaderArgs = Annotations["ClientLoaderArgs"]; - - // action - export type ActionArgs = Annotations["ActionArgs"]; - - // clientAction - export type ClientActionArgs = Annotations["ClientActionArgs"]; - - // HydrateFallback - export type HydrateFallbackProps = Annotations["HydrateFallbackProps"]; - - // Component - export type ComponentProps = Annotations["ComponentProps"]; - - // ErrorBoundary - export type ErrorBoundaryProps = Annotations["ErrorBoundaryProps"]; -} \ No newline at end of file diff --git a/.react-router/types/app/routes/matching/brand/+types/route.ts b/.react-router/types/app/routes/matching/brand/+types/route.ts deleted file mode 100644 index b5cbe0e1..00000000 --- a/.react-router/types/app/routes/matching/brand/+types/route.ts +++ /dev/null @@ -1,68 +0,0 @@ -// Generated by React Router - -import type { GetInfo, GetAnnotations } from "react-router/internal"; - -type Module = typeof import("../route.js") - -type Info = GetInfo<{ - file: "routes/matching/brand/route.tsx", - module: Module -}> - -type Matches = [{ - id: "root"; - module: typeof import("../../../../root.js"); -}, { - id: "routes/_main"; - module: typeof import("../../../_main.js"); -}, { - id: "routes/matching/route"; - module: typeof import("../../route.js"); -}, { - id: "routes/matching/brand/route"; - module: typeof import("../route.js"); -}]; - -type Annotations = GetAnnotations; - -export namespace Route { - // links - export type LinkDescriptors = Annotations["LinkDescriptors"]; - export type LinksFunction = Annotations["LinksFunction"]; - - // meta - export type MetaArgs = Annotations["MetaArgs"]; - export type MetaDescriptors = Annotations["MetaDescriptors"]; - export type MetaFunction = Annotations["MetaFunction"]; - - // headers - export type HeadersArgs = Annotations["HeadersArgs"]; - export type HeadersFunction = Annotations["HeadersFunction"]; - - // middleware - export type MiddlewareFunction = Annotations["MiddlewareFunction"]; - - // clientMiddleware - export type ClientMiddlewareFunction = Annotations["ClientMiddlewareFunction"]; - - // loader - export type LoaderArgs = Annotations["LoaderArgs"]; - - // clientLoader - export type ClientLoaderArgs = Annotations["ClientLoaderArgs"]; - - // action - export type ActionArgs = Annotations["ActionArgs"]; - - // clientAction - export type ClientActionArgs = Annotations["ClientActionArgs"]; - - // HydrateFallback - export type HydrateFallbackProps = Annotations["HydrateFallbackProps"]; - - // Component - export type ComponentProps = Annotations["ComponentProps"]; - - // ErrorBoundary - export type ErrorBoundaryProps = Annotations["ErrorBoundaryProps"]; -} \ No newline at end of file diff --git a/.react-router/types/app/routes/matching/campaign/+types/route.ts b/.react-router/types/app/routes/matching/campaign/+types/route.ts deleted file mode 100644 index 3b077407..00000000 --- a/.react-router/types/app/routes/matching/campaign/+types/route.ts +++ /dev/null @@ -1,68 +0,0 @@ -// Generated by React Router - -import type { GetInfo, GetAnnotations } from "react-router/internal"; - -type Module = typeof import("../route.js") - -type Info = GetInfo<{ - file: "routes/matching/campaign/route.tsx", - module: Module -}> - -type Matches = [{ - id: "root"; - module: typeof import("../../../../root.js"); -}, { - id: "routes/_main"; - module: typeof import("../../../_main.js"); -}, { - id: "routes/matching/route"; - module: typeof import("../../route.js"); -}, { - id: "routes/matching/campaign/route"; - module: typeof import("../route.js"); -}]; - -type Annotations = GetAnnotations; - -export namespace Route { - // links - export type LinkDescriptors = Annotations["LinkDescriptors"]; - export type LinksFunction = Annotations["LinksFunction"]; - - // meta - export type MetaArgs = Annotations["MetaArgs"]; - export type MetaDescriptors = Annotations["MetaDescriptors"]; - export type MetaFunction = Annotations["MetaFunction"]; - - // headers - export type HeadersArgs = Annotations["HeadersArgs"]; - export type HeadersFunction = Annotations["HeadersFunction"]; - - // middleware - export type MiddlewareFunction = Annotations["MiddlewareFunction"]; - - // clientMiddleware - export type ClientMiddlewareFunction = Annotations["ClientMiddlewareFunction"]; - - // loader - export type LoaderArgs = Annotations["LoaderArgs"]; - - // clientLoader - export type ClientLoaderArgs = Annotations["ClientLoaderArgs"]; - - // action - export type ActionArgs = Annotations["ActionArgs"]; - - // clientAction - export type ClientActionArgs = Annotations["ClientActionArgs"]; - - // HydrateFallback - export type HydrateFallbackProps = Annotations["HydrateFallbackProps"]; - - // Component - export type ComponentProps = Annotations["ComponentProps"]; - - // ErrorBoundary - export type ErrorBoundaryProps = Annotations["ErrorBoundaryProps"]; -} \ No newline at end of file diff --git a/.react-router/types/app/routes/matching/suggest/+types/index.ts b/.react-router/types/app/routes/matching/suggest/+types/index.ts deleted file mode 100644 index fbb5f6aa..00000000 --- a/.react-router/types/app/routes/matching/suggest/+types/index.ts +++ /dev/null @@ -1,68 +0,0 @@ -// Generated by React Router - -import type { GetInfo, GetAnnotations } from "react-router/internal"; - -type Module = typeof import("../index.js") - -type Info = GetInfo<{ - file: "routes/matching/suggest/index.tsx", - module: Module -}> - -type Matches = [{ - id: "root"; - module: typeof import("../../../../root.js"); -}, { - id: "routes/_main"; - module: typeof import("../../../_main.js"); -}, { - id: "routes/matching/suggest/route"; - module: typeof import("../route.js"); -}, { - id: "routes/matching/suggest/index"; - module: typeof import("../index.js"); -}]; - -type Annotations = GetAnnotations; - -export namespace Route { - // links - export type LinkDescriptors = Annotations["LinkDescriptors"]; - export type LinksFunction = Annotations["LinksFunction"]; - - // meta - export type MetaArgs = Annotations["MetaArgs"]; - export type MetaDescriptors = Annotations["MetaDescriptors"]; - export type MetaFunction = Annotations["MetaFunction"]; - - // headers - export type HeadersArgs = Annotations["HeadersArgs"]; - export type HeadersFunction = Annotations["HeadersFunction"]; - - // middleware - export type MiddlewareFunction = Annotations["MiddlewareFunction"]; - - // clientMiddleware - export type ClientMiddlewareFunction = Annotations["ClientMiddlewareFunction"]; - - // loader - export type LoaderArgs = Annotations["LoaderArgs"]; - - // clientLoader - export type ClientLoaderArgs = Annotations["ClientLoaderArgs"]; - - // action - export type ActionArgs = Annotations["ActionArgs"]; - - // clientAction - export type ClientActionArgs = Annotations["ClientActionArgs"]; - - // HydrateFallback - export type HydrateFallbackProps = Annotations["HydrateFallbackProps"]; - - // Component - export type ComponentProps = Annotations["ComponentProps"]; - - // ErrorBoundary - export type ErrorBoundaryProps = Annotations["ErrorBoundaryProps"]; -} \ No newline at end of file diff --git a/.react-router/types/app/routes/matching/suggest/+types/route.ts b/.react-router/types/app/routes/matching/suggest/+types/route.ts deleted file mode 100644 index bf254296..00000000 --- a/.react-router/types/app/routes/matching/suggest/+types/route.ts +++ /dev/null @@ -1,65 +0,0 @@ -// Generated by React Router - -import type { GetInfo, GetAnnotations } from "react-router/internal"; - -type Module = typeof import("../route.js") - -type Info = GetInfo<{ - file: "routes/matching/suggest/route.tsx", - module: Module -}> - -type Matches = [{ - id: "root"; - module: typeof import("../../../../root.js"); -}, { - id: "routes/_main"; - module: typeof import("../../../_main.js"); -}, { - id: "routes/matching/suggest/route"; - module: typeof import("../route.js"); -}]; - -type Annotations = GetAnnotations; - -export namespace Route { - // links - export type LinkDescriptors = Annotations["LinkDescriptors"]; - export type LinksFunction = Annotations["LinksFunction"]; - - // meta - export type MetaArgs = Annotations["MetaArgs"]; - export type MetaDescriptors = Annotations["MetaDescriptors"]; - export type MetaFunction = Annotations["MetaFunction"]; - - // headers - export type HeadersArgs = Annotations["HeadersArgs"]; - export type HeadersFunction = Annotations["HeadersFunction"]; - - // middleware - export type MiddlewareFunction = Annotations["MiddlewareFunction"]; - - // clientMiddleware - export type ClientMiddlewareFunction = Annotations["ClientMiddlewareFunction"]; - - // loader - export type LoaderArgs = Annotations["LoaderArgs"]; - - // clientLoader - export type ClientLoaderArgs = Annotations["ClientLoaderArgs"]; - - // action - export type ActionArgs = Annotations["ActionArgs"]; - - // clientAction - export type ClientActionArgs = Annotations["ClientActionArgs"]; - - // HydrateFallback - export type HydrateFallbackProps = Annotations["HydrateFallbackProps"]; - - // Component - export type ComponentProps = Annotations["ComponentProps"]; - - // ErrorBoundary - export type ErrorBoundaryProps = Annotations["ErrorBoundaryProps"]; -} \ No newline at end of file diff --git a/.react-router/types/app/routes/matching/suggest/create/+types/route.ts b/.react-router/types/app/routes/matching/suggest/create/+types/route.ts deleted file mode 100644 index e7d5e291..00000000 --- a/.react-router/types/app/routes/matching/suggest/create/+types/route.ts +++ /dev/null @@ -1,68 +0,0 @@ -// Generated by React Router - -import type { GetInfo, GetAnnotations } from "react-router/internal"; - -type Module = typeof import("../route.js") - -type Info = GetInfo<{ - file: "routes/matching/suggest/create/route.tsx", - module: Module -}> - -type Matches = [{ - id: "root"; - module: typeof import("../../../../../root.js"); -}, { - id: "routes/_main"; - module: typeof import("../../../../_main.js"); -}, { - id: "routes/matching/suggest/route"; - module: typeof import("../../route.js"); -}, { - id: "routes/matching/suggest/create/route"; - module: typeof import("../route.js"); -}]; - -type Annotations = GetAnnotations; - -export namespace Route { - // links - export type LinkDescriptors = Annotations["LinkDescriptors"]; - export type LinksFunction = Annotations["LinksFunction"]; - - // meta - export type MetaArgs = Annotations["MetaArgs"]; - export type MetaDescriptors = Annotations["MetaDescriptors"]; - export type MetaFunction = Annotations["MetaFunction"]; - - // headers - export type HeadersArgs = Annotations["HeadersArgs"]; - export type HeadersFunction = Annotations["HeadersFunction"]; - - // middleware - export type MiddlewareFunction = Annotations["MiddlewareFunction"]; - - // clientMiddleware - export type ClientMiddlewareFunction = Annotations["ClientMiddlewareFunction"]; - - // loader - export type LoaderArgs = Annotations["LoaderArgs"]; - - // clientLoader - export type ClientLoaderArgs = Annotations["ClientLoaderArgs"]; - - // action - export type ActionArgs = Annotations["ActionArgs"]; - - // clientAction - export type ClientActionArgs = Annotations["ClientActionArgs"]; - - // HydrateFallback - export type HydrateFallbackProps = Annotations["HydrateFallbackProps"]; - - // Component - export type ComponentProps = Annotations["ComponentProps"]; - - // ErrorBoundary - export type ErrorBoundaryProps = Annotations["ErrorBoundaryProps"]; -} \ No newline at end of file diff --git a/.react-router/types/app/routes/matching/test/+types/route.ts b/.react-router/types/app/routes/matching/test/+types/route.ts deleted file mode 100644 index ee4e78e6..00000000 --- a/.react-router/types/app/routes/matching/test/+types/route.ts +++ /dev/null @@ -1,65 +0,0 @@ -// Generated by React Router - -import type { GetInfo, GetAnnotations } from "react-router/internal"; - -type Module = typeof import("../route.js") - -type Info = GetInfo<{ - file: "routes/matching/test/route.tsx", - module: Module -}> - -type Matches = [{ - id: "root"; - module: typeof import("../../../../root.js"); -}, { - id: "routes/_main"; - module: typeof import("../../../_main.js"); -}, { - id: "routes/matching/test/route"; - module: typeof import("../route.js"); -}]; - -type Annotations = GetAnnotations; - -export namespace Route { - // links - export type LinkDescriptors = Annotations["LinkDescriptors"]; - export type LinksFunction = Annotations["LinksFunction"]; - - // meta - export type MetaArgs = Annotations["MetaArgs"]; - export type MetaDescriptors = Annotations["MetaDescriptors"]; - export type MetaFunction = Annotations["MetaFunction"]; - - // headers - export type HeadersArgs = Annotations["HeadersArgs"]; - export type HeadersFunction = Annotations["HeadersFunction"]; - - // middleware - export type MiddlewareFunction = Annotations["MiddlewareFunction"]; - - // clientMiddleware - export type ClientMiddlewareFunction = Annotations["ClientMiddlewareFunction"]; - - // loader - export type LoaderArgs = Annotations["LoaderArgs"]; - - // clientLoader - export type ClientLoaderArgs = Annotations["ClientLoaderArgs"]; - - // action - export type ActionArgs = Annotations["ActionArgs"]; - - // clientAction - export type ClientActionArgs = Annotations["ClientActionArgs"]; - - // HydrateFallback - export type HydrateFallbackProps = Annotations["HydrateFallbackProps"]; - - // Component - export type ComponentProps = Annotations["ComponentProps"]; - - // ErrorBoundary - export type ErrorBoundaryProps = Annotations["ErrorBoundaryProps"]; -} \ No newline at end of file diff --git a/.react-router/types/app/routes/matching/test/result/+types/route.ts b/.react-router/types/app/routes/matching/test/result/+types/route.ts deleted file mode 100644 index 923a3f3c..00000000 --- a/.react-router/types/app/routes/matching/test/result/+types/route.ts +++ /dev/null @@ -1,68 +0,0 @@ -// Generated by React Router - -import type { GetInfo, GetAnnotations } from "react-router/internal"; - -type Module = typeof import("../route.js") - -type Info = GetInfo<{ - file: "routes/matching/test/result/route.tsx", - module: Module -}> - -type Matches = [{ - id: "root"; - module: typeof import("../../../../../root.js"); -}, { - id: "routes/_main"; - module: typeof import("../../../../_main.js"); -}, { - id: "routes/matching/test/route"; - module: typeof import("../../route.js"); -}, { - id: "routes/matching/test/result/route"; - module: typeof import("../route.js"); -}]; - -type Annotations = GetAnnotations; - -export namespace Route { - // links - export type LinkDescriptors = Annotations["LinkDescriptors"]; - export type LinksFunction = Annotations["LinksFunction"]; - - // meta - export type MetaArgs = Annotations["MetaArgs"]; - export type MetaDescriptors = Annotations["MetaDescriptors"]; - export type MetaFunction = Annotations["MetaFunction"]; - - // headers - export type HeadersArgs = Annotations["HeadersArgs"]; - export type HeadersFunction = Annotations["HeadersFunction"]; - - // middleware - export type MiddlewareFunction = Annotations["MiddlewareFunction"]; - - // clientMiddleware - export type ClientMiddlewareFunction = Annotations["ClientMiddlewareFunction"]; - - // loader - export type LoaderArgs = Annotations["LoaderArgs"]; - - // clientLoader - export type ClientLoaderArgs = Annotations["ClientLoaderArgs"]; - - // action - export type ActionArgs = Annotations["ActionArgs"]; - - // clientAction - export type ClientActionArgs = Annotations["ClientActionArgs"]; - - // HydrateFallback - export type HydrateFallbackProps = Annotations["HydrateFallbackProps"]; - - // Component - export type ComponentProps = Annotations["ComponentProps"]; - - // ErrorBoundary - export type ErrorBoundaryProps = Annotations["ErrorBoundaryProps"]; -} \ No newline at end of file diff --git a/.react-router/types/app/routes/matching/test/step1/+types/route.ts b/.react-router/types/app/routes/matching/test/step1/+types/route.ts deleted file mode 100644 index 18e99b91..00000000 --- a/.react-router/types/app/routes/matching/test/step1/+types/route.ts +++ /dev/null @@ -1,68 +0,0 @@ -// Generated by React Router - -import type { GetInfo, GetAnnotations } from "react-router/internal"; - -type Module = typeof import("../route.js") - -type Info = GetInfo<{ - file: "routes/matching/test/step1/route.tsx", - module: Module -}> - -type Matches = [{ - id: "root"; - module: typeof import("../../../../../root.js"); -}, { - id: "routes/_main"; - module: typeof import("../../../../_main.js"); -}, { - id: "routes/matching/test/route"; - module: typeof import("../../route.js"); -}, { - id: "routes/matching/test/step1/route"; - module: typeof import("../route.js"); -}]; - -type Annotations = GetAnnotations; - -export namespace Route { - // links - export type LinkDescriptors = Annotations["LinkDescriptors"]; - export type LinksFunction = Annotations["LinksFunction"]; - - // meta - export type MetaArgs = Annotations["MetaArgs"]; - export type MetaDescriptors = Annotations["MetaDescriptors"]; - export type MetaFunction = Annotations["MetaFunction"]; - - // headers - export type HeadersArgs = Annotations["HeadersArgs"]; - export type HeadersFunction = Annotations["HeadersFunction"]; - - // middleware - export type MiddlewareFunction = Annotations["MiddlewareFunction"]; - - // clientMiddleware - export type ClientMiddlewareFunction = Annotations["ClientMiddlewareFunction"]; - - // loader - export type LoaderArgs = Annotations["LoaderArgs"]; - - // clientLoader - export type ClientLoaderArgs = Annotations["ClientLoaderArgs"]; - - // action - export type ActionArgs = Annotations["ActionArgs"]; - - // clientAction - export type ClientActionArgs = Annotations["ClientActionArgs"]; - - // HydrateFallback - export type HydrateFallbackProps = Annotations["HydrateFallbackProps"]; - - // Component - export type ComponentProps = Annotations["ComponentProps"]; - - // ErrorBoundary - export type ErrorBoundaryProps = Annotations["ErrorBoundaryProps"]; -} \ No newline at end of file diff --git a/.react-router/types/app/routes/matching/test/step2/+types/route.ts b/.react-router/types/app/routes/matching/test/step2/+types/route.ts deleted file mode 100644 index 4bd238a3..00000000 --- a/.react-router/types/app/routes/matching/test/step2/+types/route.ts +++ /dev/null @@ -1,68 +0,0 @@ -// Generated by React Router - -import type { GetInfo, GetAnnotations } from "react-router/internal"; - -type Module = typeof import("../route.js") - -type Info = GetInfo<{ - file: "routes/matching/test/step2/route.tsx", - module: Module -}> - -type Matches = [{ - id: "root"; - module: typeof import("../../../../../root.js"); -}, { - id: "routes/_main"; - module: typeof import("../../../../_main.js"); -}, { - id: "routes/matching/test/route"; - module: typeof import("../../route.js"); -}, { - id: "routes/matching/test/step2/route"; - module: typeof import("../route.js"); -}]; - -type Annotations = GetAnnotations; - -export namespace Route { - // links - export type LinkDescriptors = Annotations["LinkDescriptors"]; - export type LinksFunction = Annotations["LinksFunction"]; - - // meta - export type MetaArgs = Annotations["MetaArgs"]; - export type MetaDescriptors = Annotations["MetaDescriptors"]; - export type MetaFunction = Annotations["MetaFunction"]; - - // headers - export type HeadersArgs = Annotations["HeadersArgs"]; - export type HeadersFunction = Annotations["HeadersFunction"]; - - // middleware - export type MiddlewareFunction = Annotations["MiddlewareFunction"]; - - // clientMiddleware - export type ClientMiddlewareFunction = Annotations["ClientMiddlewareFunction"]; - - // loader - export type LoaderArgs = Annotations["LoaderArgs"]; - - // clientLoader - export type ClientLoaderArgs = Annotations["ClientLoaderArgs"]; - - // action - export type ActionArgs = Annotations["ActionArgs"]; - - // clientAction - export type ClientActionArgs = Annotations["ClientActionArgs"]; - - // HydrateFallback - export type HydrateFallbackProps = Annotations["HydrateFallbackProps"]; - - // Component - export type ComponentProps = Annotations["ComponentProps"]; - - // ErrorBoundary - export type ErrorBoundaryProps = Annotations["ErrorBoundaryProps"]; -} \ No newline at end of file diff --git a/.react-router/types/app/routes/matching/test/step3/+types/route.ts b/.react-router/types/app/routes/matching/test/step3/+types/route.ts deleted file mode 100644 index 5fc38c32..00000000 --- a/.react-router/types/app/routes/matching/test/step3/+types/route.ts +++ /dev/null @@ -1,68 +0,0 @@ -// Generated by React Router - -import type { GetInfo, GetAnnotations } from "react-router/internal"; - -type Module = typeof import("../route.js") - -type Info = GetInfo<{ - file: "routes/matching/test/step3/route.tsx", - module: Module -}> - -type Matches = [{ - id: "root"; - module: typeof import("../../../../../root.js"); -}, { - id: "routes/_main"; - module: typeof import("../../../../_main.js"); -}, { - id: "routes/matching/test/route"; - module: typeof import("../../route.js"); -}, { - id: "routes/matching/test/step3/route"; - module: typeof import("../route.js"); -}]; - -type Annotations = GetAnnotations; - -export namespace Route { - // links - export type LinkDescriptors = Annotations["LinkDescriptors"]; - export type LinksFunction = Annotations["LinksFunction"]; - - // meta - export type MetaArgs = Annotations["MetaArgs"]; - export type MetaDescriptors = Annotations["MetaDescriptors"]; - export type MetaFunction = Annotations["MetaFunction"]; - - // headers - export type HeadersArgs = Annotations["HeadersArgs"]; - export type HeadersFunction = Annotations["HeadersFunction"]; - - // middleware - export type MiddlewareFunction = Annotations["MiddlewareFunction"]; - - // clientMiddleware - export type ClientMiddlewareFunction = Annotations["ClientMiddlewareFunction"]; - - // loader - export type LoaderArgs = Annotations["LoaderArgs"]; - - // clientLoader - export type ClientLoaderArgs = Annotations["ClientLoaderArgs"]; - - // action - export type ActionArgs = Annotations["ActionArgs"]; - - // clientAction - export type ClientActionArgs = Annotations["ClientActionArgs"]; - - // HydrateFallback - export type HydrateFallbackProps = Annotations["HydrateFallbackProps"]; - - // Component - export type ComponentProps = Annotations["ComponentProps"]; - - // ErrorBoundary - export type ErrorBoundaryProps = Annotations["ErrorBoundaryProps"]; -} \ No newline at end of file diff --git a/.react-router/types/app/routes/mypage/+types/route.ts b/.react-router/types/app/routes/mypage/+types/route.ts deleted file mode 100644 index 9f39f956..00000000 --- a/.react-router/types/app/routes/mypage/+types/route.ts +++ /dev/null @@ -1,65 +0,0 @@ -// Generated by React Router - -import type { GetInfo, GetAnnotations } from "react-router/internal"; - -type Module = typeof import("../route.js") - -type Info = GetInfo<{ - file: "routes/mypage/route.tsx", - module: Module -}> - -type Matches = [{ - id: "root"; - module: typeof import("../../../root.js"); -}, { - id: "routes/_main"; - module: typeof import("../../_main.js"); -}, { - id: "routes/mypage/route"; - module: typeof import("../route.js"); -}]; - -type Annotations = GetAnnotations; - -export namespace Route { - // links - export type LinkDescriptors = Annotations["LinkDescriptors"]; - export type LinksFunction = Annotations["LinksFunction"]; - - // meta - export type MetaArgs = Annotations["MetaArgs"]; - export type MetaDescriptors = Annotations["MetaDescriptors"]; - export type MetaFunction = Annotations["MetaFunction"]; - - // headers - export type HeadersArgs = Annotations["HeadersArgs"]; - export type HeadersFunction = Annotations["HeadersFunction"]; - - // middleware - export type MiddlewareFunction = Annotations["MiddlewareFunction"]; - - // clientMiddleware - export type ClientMiddlewareFunction = Annotations["ClientMiddlewareFunction"]; - - // loader - export type LoaderArgs = Annotations["LoaderArgs"]; - - // clientLoader - export type ClientLoaderArgs = Annotations["ClientLoaderArgs"]; - - // action - export type ActionArgs = Annotations["ActionArgs"]; - - // clientAction - export type ClientActionArgs = Annotations["ClientActionArgs"]; - - // HydrateFallback - export type HydrateFallbackProps = Annotations["HydrateFallbackProps"]; - - // Component - export type ComponentProps = Annotations["ComponentProps"]; - - // ErrorBoundary - export type ErrorBoundaryProps = Annotations["ErrorBoundaryProps"]; -} \ No newline at end of file diff --git a/.react-router/types/app/routes/rooms/+types/$chatId.ts b/.react-router/types/app/routes/rooms/+types/$chatId.ts deleted file mode 100644 index 2071b8a4..00000000 --- a/.react-router/types/app/routes/rooms/+types/$chatId.ts +++ /dev/null @@ -1,68 +0,0 @@ -// Generated by React Router - -import type { GetInfo, GetAnnotations } from "react-router/internal"; - -type Module = typeof import("../$chatId.js") - -type Info = GetInfo<{ - file: "routes/rooms/$chatId.tsx", - module: Module -}> - -type Matches = [{ - id: "root"; - module: typeof import("../../../root.js"); -}, { - id: "routes/_main"; - module: typeof import("../../_main.js"); -}, { - id: "routes/rooms/route"; - module: typeof import("../route.js"); -}, { - id: "routes/rooms/$chatId"; - module: typeof import("../$chatId.js"); -}]; - -type Annotations = GetAnnotations; - -export namespace Route { - // links - export type LinkDescriptors = Annotations["LinkDescriptors"]; - export type LinksFunction = Annotations["LinksFunction"]; - - // meta - export type MetaArgs = Annotations["MetaArgs"]; - export type MetaDescriptors = Annotations["MetaDescriptors"]; - export type MetaFunction = Annotations["MetaFunction"]; - - // headers - export type HeadersArgs = Annotations["HeadersArgs"]; - export type HeadersFunction = Annotations["HeadersFunction"]; - - // middleware - export type MiddlewareFunction = Annotations["MiddlewareFunction"]; - - // clientMiddleware - export type ClientMiddlewareFunction = Annotations["ClientMiddlewareFunction"]; - - // loader - export type LoaderArgs = Annotations["LoaderArgs"]; - - // clientLoader - export type ClientLoaderArgs = Annotations["ClientLoaderArgs"]; - - // action - export type ActionArgs = Annotations["ActionArgs"]; - - // clientAction - export type ClientActionArgs = Annotations["ClientActionArgs"]; - - // HydrateFallback - export type HydrateFallbackProps = Annotations["HydrateFallbackProps"]; - - // Component - export type ComponentProps = Annotations["ComponentProps"]; - - // ErrorBoundary - export type ErrorBoundaryProps = Annotations["ErrorBoundaryProps"]; -} \ No newline at end of file diff --git a/.react-router/types/app/routes/rooms/+types/route.ts b/.react-router/types/app/routes/rooms/+types/route.ts deleted file mode 100644 index ff823713..00000000 --- a/.react-router/types/app/routes/rooms/+types/route.ts +++ /dev/null @@ -1,65 +0,0 @@ -// Generated by React Router - -import type { GetInfo, GetAnnotations } from "react-router/internal"; - -type Module = typeof import("../route.js") - -type Info = GetInfo<{ - file: "routes/rooms/route.tsx", - module: Module -}> - -type Matches = [{ - id: "root"; - module: typeof import("../../../root.js"); -}, { - id: "routes/_main"; - module: typeof import("../../_main.js"); -}, { - id: "routes/rooms/route"; - module: typeof import("../route.js"); -}]; - -type Annotations = GetAnnotations; - -export namespace Route { - // links - export type LinkDescriptors = Annotations["LinkDescriptors"]; - export type LinksFunction = Annotations["LinksFunction"]; - - // meta - export type MetaArgs = Annotations["MetaArgs"]; - export type MetaDescriptors = Annotations["MetaDescriptors"]; - export type MetaFunction = Annotations["MetaFunction"]; - - // headers - export type HeadersArgs = Annotations["HeadersArgs"]; - export type HeadersFunction = Annotations["HeadersFunction"]; - - // middleware - export type MiddlewareFunction = Annotations["MiddlewareFunction"]; - - // clientMiddleware - export type ClientMiddlewareFunction = Annotations["ClientMiddlewareFunction"]; - - // loader - export type LoaderArgs = Annotations["LoaderArgs"]; - - // clientLoader - export type ClientLoaderArgs = Annotations["ClientLoaderArgs"]; - - // action - export type ActionArgs = Annotations["ActionArgs"]; - - // clientAction - export type ClientActionArgs = Annotations["ClientActionArgs"]; - - // HydrateFallback - export type HydrateFallbackProps = Annotations["HydrateFallbackProps"]; - - // Component - export type ComponentProps = Annotations["ComponentProps"]; - - // ErrorBoundary - export type ErrorBoundaryProps = Annotations["ErrorBoundaryProps"]; -} \ No newline at end of file diff --git a/app/routes/home/components/BrandCard.tsx b/app/routes/home/components/BrandCard.tsx index bc5671b8..594b531a 100644 --- a/app/routes/home/components/BrandCard.tsx +++ b/app/routes/home/components/BrandCard.tsx @@ -5,11 +5,15 @@ import BadgePill from "./BadgePill"; const PRIMARY = "#5B5DEB"; -type Props = { item: BrandItem }; +type Props = { item: BrandItem; onClick?: () => void }; -export default function BrandCard({ item }: Props) { +export default function BrandCard({ item, onClick }: Props) { return ( -
+
+ ); } diff --git a/app/routes/home/components/CampaignCard.tsx b/app/routes/home/components/CampaignCard.tsx index d262b55d..f4470f4f 100644 --- a/app/routes/home/components/CampaignCard.tsx +++ b/app/routes/home/components/CampaignCard.tsx @@ -8,9 +8,10 @@ const PRIMARY = "#5B5DEB"; type Props = { item: CampaignItem; variant: "top" | "popular"; + onClick?: () => void; }; -export default function CampaignCard({ item, variant }: Props) { +export default function CampaignCard({ item, variant, onClick }: Props) { const rightText = variant === "popular" ? `${item.progressText}명` @@ -19,7 +20,11 @@ export default function CampaignCard({ item, variant }: Props) { : ""; return ( -
+ ); } diff --git a/app/routes/home/home-after-match.tsx b/app/routes/home/home-after-match.tsx index cdf5c828..c5a1176d 100644 --- a/app/routes/home/home-after-match.tsx +++ b/app/routes/home/home-after-match.tsx @@ -1,4 +1,5 @@ import { useMemo, useState } from "react"; +import { useNavigate } from "react-router"; import type { CategoryKey, HomeAfterMatchCategoryData } from "./types"; import { HOME_AFTER_MATCH_MOCK } from "./home.mock"; import HeroCarousel from "./components/HeroCarousel"; @@ -9,6 +10,7 @@ import CampaignCard from "./components/CampaignCard"; import CreatorProfileCard from "./components/CreatorProfileCard"; export default function HomeAfterMatchPage() { + const navigate = useNavigate(); const [category, setCategory] = useState("beauty"); const data: HomeAfterMatchCategoryData = useMemo(() => { @@ -40,7 +42,14 @@ export default function HomeAfterMatchPage() {
{data.topBrands.map((brand) => ( - + { + console.log("CLICK BRAND", brand.id, brand.domain); + navigate(`/brand?brandId=${brand.id}&domain=${brand.domain}`); + }} + /> ))}
@@ -57,7 +66,14 @@ export default function HomeAfterMatchPage() {
{data.topCampaigns.map((campaign) => ( - + { + navigate(`/campaign?campaignId=${campaign.id}`); + }} + /> ))}
@@ -85,6 +101,9 @@ export default function HomeAfterMatchPage() { key={campaign.id} item={campaign} variant="popular" + onClick={() => { + navigate(`/campaign?campaignId=${campaign.id}`); + }} /> ))}