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 11import { component$ } from '@builder.io/qwik' ;
2- import { Link , type DocumentHead } from '@builder.io/qwik-city' ;
2+ import { type DocumentHead } from '@builder.io/qwik-city' ;
33import { useRootStore } from '../_state/use-root-store' ;
44import KitSelectionCTA from './_components/kit-selection-cta/kit-selection-cta' ;
55
@@ -22,9 +22,6 @@ export default component$(() => {
2222 Choose a kit and start building the future{ ' ' }
2323 < span class = "hue-rotate-[150deg]" > ⚡</ span >
2424 </ p >
25- < div >
26- < Link href = "/docs/headless/autocomplete" > Here is a link component</ Link >
27- </ div >
2825 < div class = "gap-8 flex flex-col lg:flex-row w-full justify-center justify-items-center" >
2926 < KitSelectionCTA kit = "headless" >
3027 Accessibility built-in and unstyled for your bespoke designs and custom needs.
You can’t perform that action at this time.
0 commit comments