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