diff --git a/src/components/StructuredDiff/colorDiff.ts b/src/components/StructuredDiff/colorDiff.ts index d3abaa2..a12cbe4 100644 --- a/src/components/StructuredDiff/colorDiff.ts +++ b/src/components/StructuredDiff/colorDiff.ts @@ -35,3 +35,4 @@ export function getSyntaxTheme(themeName: string): SyntaxTheme | null { ? nativeGetSyntaxTheme(themeName) : null } +