From 36232b631d659969cbc4a7a680f3a8483023d1f3 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 15:25:43 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- apps/web/src/features/resume/stylesheet/editor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/features/resume/stylesheet/editor.tsx b/apps/web/src/features/resume/stylesheet/editor.tsx index 63de45a45..e4335383f 100644 --- a/apps/web/src/features/resume/stylesheet/editor.tsx +++ b/apps/web/src/features/resume/stylesheet/editor.tsx @@ -310,7 +310,7 @@ export function StylesheetCodeEditor({ ); } -export type StylesheetEditorShellProps = { +type StylesheetEditorShellProps = { readOnly?: boolean; };