Skip to content

Commit 850cac3

Browse files
codydeclaude
andcommitted
Fix ESLint import sorting errors
- Add missing spaces in React import statements - Resolve simple-import-sort/imports linting issues 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 72225e9 commit 850cac3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/codeHighlights/codeHighlights.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use client';
22

3-
import {Children, cloneElement, isValidElement,ReactElement, useEffect, useRef, useState} from 'react';
3+
import {Children, cloneElement, isValidElement, ReactElement, useEffect, useRef, useState} from 'react';
44
import {Check, Clipboard} from 'react-feather';
55
import styled from '@emotion/styled';
66
import * as Sentry from '@sentry/nextjs';

src/components/codeKeywords/codeKeywords.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use client';
22

3-
import {Children, cloneElement, isValidElement,ReactElement} from 'react';
3+
import {Children, cloneElement, isValidElement, ReactElement} from 'react';
44

55
import {KeywordSelector} from './keywordSelector';
66
import {OrgAuthTokenCreator} from './orgAuthTokenCreator';

0 commit comments

Comments
 (0)