From f4fcf0c0732a1e94b5b4313d5643e5167c75103f Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Fri, 25 Sep 2020 11:40:33 -0700 Subject: [PATCH] Rename route files to index.tsx --- src/routes/New/{New.tsx => index.tsx} | 0 src/routes/Parties/{Parties.tsx => index.tsx} | 0 src/routes/Party/{Party.tsx => index.tsx} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename src/routes/New/{New.tsx => index.tsx} (100%) rename src/routes/Parties/{Parties.tsx => index.tsx} (100%) rename src/routes/Party/{Party.tsx => index.tsx} (100%) diff --git a/src/routes/New/New.tsx b/src/routes/New/index.tsx similarity index 100% rename from src/routes/New/New.tsx rename to src/routes/New/index.tsx diff --git a/src/routes/Parties/Parties.tsx b/src/routes/Parties/index.tsx similarity index 100% rename from src/routes/Parties/Parties.tsx rename to src/routes/Parties/index.tsx diff --git a/src/routes/Party/Party.tsx b/src/routes/Party/index.tsx similarity index 100% rename from src/routes/Party/Party.tsx rename to src/routes/Party/index.tsx