Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
LukaszMMazur committed Apr 24, 2024
1 parent 23c88a3 commit 06e435a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 4 additions & 2 deletions components/Editor/Console.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ const Console = () => {
}, [consoleLog])

return (
<div className='p-4'>
<p className='text-gray-500 dark:text-gray-400 font-medium uppercase text-2xs'>Console</p>
<div className="p-4">
<p className="text-gray-500 dark:text-gray-400 font-medium uppercase text-2xs">
Console
</p>
<div
ref={container}
className="leading-5 font-mono text-tiny text-gray-400 dark:text-gray-500"
Expand Down
3 changes: 1 addition & 2 deletions components/Editor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,9 @@ import { Tracer } from 'components/Tracer'
import { AppUiContext, CodeType, LogType } from '../../context/appUiContext'
import { cn } from '../../util/styles'

import Console from './Console'

import { ArgumentsHelperModal } from './ArgumentsHelperModal'
import { registerCairoLanguageSupport } from './cairoLangConfig'
import Console from './Console'
import EditorControls from './EditorControls'
import EditorFooter from './EditorFooter'
import ExtraColumn from './ExtraColumn'
Expand Down

0 comments on commit 06e435a

Please sign in to comment.