File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import { LinkToCopilotCloud } from "@/components" ;
1+ import { LinkToCopilotCloud } from "@/components/link-to-copilot-cloud " ;
22
33export default {
44 coagents : {
Original file line number Diff line number Diff line change 1- import { SideNavTitleWithIcon } from "@/components" ;
1+ import { SideNavTitleWithIcon } from "@/components/sidenav/sidenav-title-with-icon " ;
22import { FaReact } from "react-icons/fa" ;
33import { PiGraphDuotone } from "react-icons/pi" ;
44import { LuBrush } from "react-icons/lu" ;
Original file line number Diff line number Diff line change 2424 "strictNullChecks" : true ,
2525 "paths" : {
2626 "@/*" : [" ./*" ],
27+ "@/components" : [" ./components" ],
28+ "@/components/*" : [" ./components/*" ],
29+ "@/lib" : [" ./lib" ],
30+ "@/lib/*" : [" ./lib/*" ],
31+ "@/snippets" : [" ./snippets" ],
32+ "@/snippets/*" : [" ./snippets/*" ],
2733 }
2834 },
2935 "include" : [
You can’t perform that action at this time.
0 commit comments