From 584d5c2866af4fd08122bd9002b6cd20525006e7 Mon Sep 17 00:00:00 2001 From: Sergei Maertens Date: Fri, 16 Aug 2024 15:49:35 +0200 Subject: [PATCH] :truck: Rename index.tsx to index.ts There is no JSX in this file, nor should there be. The tsx extension was a remnant from the fallback component being defined in this file. --- src/registry/{index.tsx => index.ts} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/registry/{index.tsx => index.ts} (100%) diff --git a/src/registry/index.tsx b/src/registry/index.ts similarity index 100% rename from src/registry/index.tsx rename to src/registry/index.ts