summaryrefslogtreecommitdiffhomepage
path: root/src/features/settings/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/settings/index.ts')
-rw-r--r--src/features/settings/index.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/features/settings/index.ts b/src/features/settings/index.ts
index 69e7cd0..3942e97 100644
--- a/src/features/settings/index.ts
+++ b/src/features/settings/index.ts
@@ -4,6 +4,6 @@ export { default as ChatLimitField } from "./ui/ChatLimitField.svelte";
/** Public module manifest — aggregated by the shell's "Loaded Modules" view. */
export const manifest = {
- name: "settings",
- description: "FE-local settings (chat limit)",
+ name: "settings",
+ description: "FE-local settings (chat limit)",
} as const;