From 350237c62dcff1a5c34f1e8d718f89b05ce3d33f Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sun, 9 Jul 2023 10:42:48 +0200 Subject: [PATCH] reanme all old files to ts, since they are used in the frontend --- branding/constants/{donation.ts.old => donation.ts} | 0 branding/constants/{groups.ts.old => groups.ts} | 0 branding/constants/{headerMenu.ts.old => headerMenu.ts} | 0 branding/constants/{links.ts.old => links.ts} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename branding/constants/{donation.ts.old => donation.ts} (100%) rename branding/constants/{groups.ts.old => groups.ts} (100%) rename branding/constants/{headerMenu.ts.old => headerMenu.ts} (100%) rename branding/constants/{links.ts.old => links.ts} (100%) diff --git a/branding/constants/donation.ts.old b/branding/constants/donation.ts similarity index 100% rename from branding/constants/donation.ts.old rename to branding/constants/donation.ts diff --git a/branding/constants/groups.ts.old b/branding/constants/groups.ts similarity index 100% rename from branding/constants/groups.ts.old rename to branding/constants/groups.ts diff --git a/branding/constants/headerMenu.ts.old b/branding/constants/headerMenu.ts similarity index 100% rename from branding/constants/headerMenu.ts.old rename to branding/constants/headerMenu.ts diff --git a/branding/constants/links.ts.old b/branding/constants/links.ts similarity index 100% rename from branding/constants/links.ts.old rename to branding/constants/links.ts