Skip to content

Commit

Permalink
removed space
Browse files Browse the repository at this point in the history
  • Loading branch information
imrishabh18 committed Oct 29, 2024
1 parent c1784d8 commit 252e144
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CodeEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import {
import { EditorView, basicSetup } from "codemirror"
import { useEffect, useRef, useState } from "react"
import ts from "typescript"
import CodeEditorHeader from "./ CodeEditorHeader"
import CodeEditorHeader from "./CodeEditorHeader"

const defaultImports = `
import React from "@types/react/jsx-runtime"
Expand Down
File renamed without changes.

0 comments on commit 252e144

Please sign in to comment.