From 509fc4b289f2782aee6db916bcc88e66275abb83 Mon Sep 17 00:00:00 2001 From: Rajdeep Ghosh <57666162+rajdeep-ghosh@users.noreply.github.com> Date: Wed, 4 Dec 2024 20:22:31 +0530 Subject: [PATCH] style: rename [...nextauth].tsx to use .ts file extention (#17992) --- apps/web/pages/api/auth/{[...nextauth].tsx => [...nextauth].ts} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename apps/web/pages/api/auth/{[...nextauth].tsx => [...nextauth].ts} (100%) diff --git a/apps/web/pages/api/auth/[...nextauth].tsx b/apps/web/pages/api/auth/[...nextauth].ts similarity index 100% rename from apps/web/pages/api/auth/[...nextauth].tsx rename to apps/web/pages/api/auth/[...nextauth].ts