diff --git a/app/src/components/Generation/.gitkeep b/app/src/components/Generation/.gitkeep deleted file mode 100644 index 18bc6d98..00000000 --- a/app/src/components/Generation/.gitkeep +++ /dev/null @@ -1 +0,0 @@ -# Voice generation components diff --git a/app/src/components/ServerSettings/.gitkeep b/app/src/components/ServerSettings/.gitkeep deleted file mode 100644 index 2d8e46e8..00000000 --- a/app/src/components/ServerSettings/.gitkeep +++ /dev/null @@ -1 +0,0 @@ -# Server settings and connection components diff --git a/app/src/components/VoiceProfiles/.gitkeep b/app/src/components/VoiceProfiles/.gitkeep deleted file mode 100644 index c93ef951..00000000 --- a/app/src/components/VoiceProfiles/.gitkeep +++ /dev/null @@ -1 +0,0 @@ -# Voice profile management components diff --git a/app/src/components/VoiceProfiles/ProfileList.tsx b/app/src/components/VoiceProfiles/ProfileList.tsx index 8631bbf1..c0687e4d 100644 --- a/app/src/components/VoiceProfiles/ProfileList.tsx +++ b/app/src/components/VoiceProfiles/ProfileList.tsx @@ -109,7 +109,7 @@ export function ProfileList() { ) : ( -
+
{allProfiles.map((profile) => ( ))} diff --git a/app/src/lib/hooks/.gitkeep b/app/src/lib/hooks/.gitkeep deleted file mode 100644 index 663cc543..00000000 --- a/app/src/lib/hooks/.gitkeep +++ /dev/null @@ -1 +0,0 @@ -# React Query hooks will be placed here