From 9871dac5c296d0b47dee8bda8d247559f7d79c83 Mon Sep 17 00:00:00 2001 From: Vishesh 'ironeagle' Bangotra Date: Sat, 4 Apr 2026 12:55:10 +0530 Subject: [PATCH] refactored out of src packages --- react-auth/{src => }/AuthPage.tsx | 0 react-auth/{src => }/authClient.ts | 0 react-auth/{src => }/axios.ts | 0 react-auth/{src => }/contexts.tsx | 0 react-auth/{src => }/index.ts | 0 react-auth/{src => }/models.ts | 0 react-auth/{src => }/props.ts | 0 react-auth/{src => }/token.ts | 0 react-openapi/configuration.ts => src/openapi-config.ts | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename react-auth/{src => }/AuthPage.tsx (100%) rename react-auth/{src => }/authClient.ts (100%) rename react-auth/{src => }/axios.ts (100%) rename react-auth/{src => }/contexts.tsx (100%) rename react-auth/{src => }/index.ts (100%) rename react-auth/{src => }/models.ts (100%) rename react-auth/{src => }/props.ts (100%) rename react-auth/{src => }/token.ts (100%) rename react-openapi/configuration.ts => src/openapi-config.ts (100%) diff --git a/react-auth/src/AuthPage.tsx b/react-auth/AuthPage.tsx similarity index 100% rename from react-auth/src/AuthPage.tsx rename to react-auth/AuthPage.tsx diff --git a/react-auth/src/authClient.ts b/react-auth/authClient.ts similarity index 100% rename from react-auth/src/authClient.ts rename to react-auth/authClient.ts diff --git a/react-auth/src/axios.ts b/react-auth/axios.ts similarity index 100% rename from react-auth/src/axios.ts rename to react-auth/axios.ts diff --git a/react-auth/src/contexts.tsx b/react-auth/contexts.tsx similarity index 100% rename from react-auth/src/contexts.tsx rename to react-auth/contexts.tsx diff --git a/react-auth/src/index.ts b/react-auth/index.ts similarity index 100% rename from react-auth/src/index.ts rename to react-auth/index.ts diff --git a/react-auth/src/models.ts b/react-auth/models.ts similarity index 100% rename from react-auth/src/models.ts rename to react-auth/models.ts diff --git a/react-auth/src/props.ts b/react-auth/props.ts similarity index 100% rename from react-auth/src/props.ts rename to react-auth/props.ts diff --git a/react-auth/src/token.ts b/react-auth/token.ts similarity index 100% rename from react-auth/src/token.ts rename to react-auth/token.ts diff --git a/react-openapi/configuration.ts b/src/openapi-config.ts similarity index 100% rename from react-openapi/configuration.ts rename to src/openapi-config.ts