From 73567ae5cf0f63270962f1a7d7227e3c8daa734f Mon Sep 17 00:00:00 2001 From: filipriec Date: Sat, 22 Mar 2025 22:40:38 +0100 Subject: [PATCH] moved everything up --- client/src/config/{ => binds}/config.rs | 0 client/src/config/{ => binds}/key_sequences.rs | 0 client/src/config/{ => colors}/colors.rs | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename client/src/config/{ => binds}/config.rs (100%) rename client/src/config/{ => binds}/key_sequences.rs (100%) rename client/src/config/{ => colors}/colors.rs (100%) diff --git a/client/src/config/config.rs b/client/src/config/binds/config.rs similarity index 100% rename from client/src/config/config.rs rename to client/src/config/binds/config.rs diff --git a/client/src/config/key_sequences.rs b/client/src/config/binds/key_sequences.rs similarity index 100% rename from client/src/config/key_sequences.rs rename to client/src/config/binds/key_sequences.rs diff --git a/client/src/config/colors.rs b/client/src/config/colors/colors.rs similarity index 100% rename from client/src/config/colors.rs rename to client/src/config/colors/colors.rs