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; };