Skip to content

Commit 6c9c92f

Browse files
committed
format: hero.tsx formatted
1 parent 9ac820f commit 6c9c92f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/layout/hero.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
import { IconBrandGithub, IconBrandX, IconExchange, IconHome, IconTerminal2 } from '@tabler/icons-react'
1+
import { IconBrandX, IconExchange, IconHome, IconTerminal2 } from '@tabler/icons-react'
22
import * as React from 'react'
33

44
import { cn } from '@/lib'
55

6+
import { ModeToggle } from '../mode-toggle'
67
import { FloatingDock } from '../ui/floating-dock'
78
import { Spotlight } from '../ui/Spotlight'
8-
import { ModeToggle } from '../mode-toggle'
99

1010
export type IconProps = React.HTMLAttributes<SVGElement>
1111

0 commit comments

Comments
 (0)