We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ac820f commit 6c9c92fCopy full SHA for 6c9c92f
1 file changed
src/components/layout/hero.tsx
@@ -1,11 +1,11 @@
1
-import { IconBrandGithub, IconBrandX, IconExchange, IconHome, IconTerminal2 } from '@tabler/icons-react'
+import { IconBrandX, IconExchange, IconHome, IconTerminal2 } from '@tabler/icons-react'
2
import * as React from 'react'
3
4
import { cn } from '@/lib'
5
6
+import { ModeToggle } from '../mode-toggle'
7
import { FloatingDock } from '../ui/floating-dock'
8
import { Spotlight } from '../ui/Spotlight'
-import { ModeToggle } from '../mode-toggle'
9
10
export type IconProps = React.HTMLAttributes<SVGElement>
11
0 commit comments