Skip to content

Commit deec713

Browse files
committed
fix(files): remove unnecessary TextEditorProps export
1 parent 4d6657b commit deec713

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/sim/app/workspace/[workspaceId]/files/components/file-viewer

apps/sim/app/workspace/[workspaceId]/files/components/file-viewer/text-editor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ const DOCUMENT_SKELETON = (
549549
</div>
550550
)
551551

552-
export interface TextEditorProps {
552+
interface TextEditorProps {
553553
file: WorkspaceFileRecord
554554
workspaceId: string
555555
canEdit: boolean

0 commit comments

Comments
 (0)