Skip to content

Commit de96582

Browse files
committed
Fix import sorting (lint)
1 parent 67a1c3d commit de96582

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/react/SearchDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ import { motion } from 'motion/react';
22
import type React from 'react';
33
import { useEffect, useMemo, useRef, useState } from 'react';
44
import { createPortal } from 'react-dom';
5-
import { StarBorder } from '.';
65
import { Kbd, KbdGroup } from '@/components/ui/kbd';
76
import { Spinner } from '@/components/ui/spinner';
87
import { cn } from '@/lib/utils';
8+
import { StarBorder } from '.';
99
import { AnimatedItem } from './AnimatedList';
1010

1111
// Types for Pagefind

src/components/react/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ export { CopyPageButton } from './CopyPageButton';
1515
export { DotPattern } from './DotPattern';
1616
export { LifecycleDiagram } from './LifecycleDiagram';
1717
export { Param, ParamInline, ParamTable } from './ParamTable';
18+
export { default as PixelBlast } from './PixelBlast';
1819
export { PricingRates } from './PricingRates';
1920
export { SearchDialog } from './SearchDialog';
2021
export { SearchDialogWrapper } from './SearchDialogWrapper';
22+
export { default as StarBorder } from './StarBorder';
2123
export { StatusBadge, StatusCodes } from './StatusCodes';
2224
export { ThemeSwitcher } from './ThemeSwitcher';
23-
export { default as PixelBlast } from './PixelBlast';
24-
export { default as StarBorder } from './StarBorder';

0 commit comments

Comments
 (0)