File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 1
1
import { component$ } from '@builder.io/qwik' ;
2
- import { Link , type DocumentHead } from '@builder.io/qwik-city' ;
2
+ import { type DocumentHead } from '@builder.io/qwik-city' ;
3
3
import { useRootStore } from '../_state/use-root-store' ;
4
4
import KitSelectionCTA from './_components/kit-selection-cta/kit-selection-cta' ;
5
5
@@ -22,9 +22,6 @@ export default component$(() => {
22
22
Choose a kit and start building the future{ ' ' }
23
23
< span class = "hue-rotate-[150deg]" > ⚡</ span >
24
24
</ p >
25
- < div >
26
- < Link href = "/docs/headless/autocomplete" > Here is a link component</ Link >
27
- </ div >
28
25
< div class = "gap-8 flex flex-col lg:flex-row w-full justify-center justify-items-center" >
29
26
< KitSelectionCTA kit = "headless" >
30
27
Accessibility built-in and unstyled for your bespoke designs and custom needs.
You can’t perform that action at this time.
0 commit comments