From 00bacf44bc572f5a45661da7a091518e8d268ca5 Mon Sep 17 00:00:00 2001 From: Michael Fatemi Date: Wed, 6 Jan 2021 15:02:35 -0500 Subject: [PATCH] Rename hooks to .ts files --- src/hooks/{useCommittee.tsx => useCommittee.ts} | 0 src/hooks/{useFooter.tsx => useFooter.ts} | 0 src/hooks/{useMission.tsx => useMission.ts} | 0 src/hooks/{useQuery.tsx => useQuery.ts} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename src/hooks/{useCommittee.tsx => useCommittee.ts} (100%) rename src/hooks/{useFooter.tsx => useFooter.ts} (100%) rename src/hooks/{useMission.tsx => useMission.ts} (100%) rename src/hooks/{useQuery.tsx => useQuery.ts} (100%) diff --git a/src/hooks/useCommittee.tsx b/src/hooks/useCommittee.ts similarity index 100% rename from src/hooks/useCommittee.tsx rename to src/hooks/useCommittee.ts diff --git a/src/hooks/useFooter.tsx b/src/hooks/useFooter.ts similarity index 100% rename from src/hooks/useFooter.tsx rename to src/hooks/useFooter.ts diff --git a/src/hooks/useMission.tsx b/src/hooks/useMission.ts similarity index 100% rename from src/hooks/useMission.tsx rename to src/hooks/useMission.ts diff --git a/src/hooks/useQuery.tsx b/src/hooks/useQuery.ts similarity index 100% rename from src/hooks/useQuery.tsx rename to src/hooks/useQuery.ts