diff --git a/app/MindWork AI Studio/Components/Settings/SettingsPanelRewrite.razor b/app/MindWork AI Studio/Components/Settings/SettingsPanelRewrite.razor
new file mode 100644
index 00000000..fe911994
--- /dev/null
+++ b/app/MindWork AI Studio/Components/Settings/SettingsPanelRewrite.razor
@@ -0,0 +1,17 @@
+@using AIStudio.Settings
+@inherits SettingsPanelBase
+
+
+
+
+
+ @if (this.SettingsManager.ConfigurationData.RewriteImprove.PreselectedTargetLanguage is CommonLanguages.OTHER)
+ {
+
+ }
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/MindWork AI Studio/Components/Settings/SettingsPanelRewrite.razor.cs b/app/MindWork AI Studio/Components/Settings/SettingsPanelRewrite.razor.cs
new file mode 100644
index 00000000..ca72bef5
--- /dev/null
+++ b/app/MindWork AI Studio/Components/Settings/SettingsPanelRewrite.razor.cs
@@ -0,0 +1,3 @@
+namespace AIStudio.Components.Settings;
+
+public partial class SettingsPanelRewrite : SettingsPanelBase;
\ No newline at end of file
diff --git a/app/MindWork AI Studio/Pages/Settings.razor b/app/MindWork AI Studio/Pages/Settings.razor
index b64b5208..bcfe230d 100644
--- a/app/MindWork AI Studio/Pages/Settings.razor
+++ b/app/MindWork AI Studio/Pages/Settings.razor
@@ -415,21 +415,7 @@
-
-
-
-
- @if (this.SettingsManager.ConfigurationData.RewriteImprove.PreselectedTargetLanguage is CommonLanguages.OTHER)
- {
-
- }
-
-
-
-
-
-
-
+