File tree Expand file tree Collapse file tree 8 files changed +16
-18
lines changed Expand file tree Collapse file tree 8 files changed +16
-18
lines changed Original file line number Diff line number Diff line change 11<script lang =" ts" >
2- import { Button } from ' @/lib/components/ui/button/index.js ' ;
2+ import { Button } from ' @/lib/components/ui/button' ;
33 import { Input } from ' @/lib/components/ui/input/index' ;
44 import { api } from ' @/convex/_generated/api' ;
55 import { useConvexClient } from ' convex-svelte' ;
Original file line number Diff line number Diff line change 11<script lang =" ts" >
2- import { Button } from ' @/lib/components/ui/button/index.js ' ;
2+ import { Button } from ' @/lib/components/ui/button' ;
33 import { Checkbox } from ' @/lib/components/ui/checkbox/index.js' ;
44 import { Label } from ' @/lib/components/ui/label/index.js' ;
55 import { CircleX } from ' @lucide/svelte' ;
Original file line number Diff line number Diff line change 22 import { SignedIn , UserButton } from ' svelte-clerk/client' ;
33 import ThemeToggle from ' @/lib/components/ThemeToggle.svelte' ;
44 import Container from ' @/lib/components/Container.svelte' ;
5- import { Button } from ' $ lib/components/ui/button/index.js ' ;
5+ import { Button } from ' @/ lib/components/ui/button' ;
66 import { LayoutDashboard } from ' lucide-svelte' ;
77 import SiteLogo from ' @/lib/components/SiteLogo.svelte' ;
88 </script >
Original file line number Diff line number Diff line change 11<script >
22 import Container from ' @/lib/components/Container.svelte' ;
33 import SiteLogo from ' @/lib/components/SiteLogo.svelte' ;
4- import Button from ' ../../ ui/button/button.svelte ' ;
4+ import { Button } from ' @/lib/components/ ui/button' ;
55 </script >
66
77<footer class =" pt-4 sm:pt-6 lg:pt-8" >
1414 <span class =" font-bold tracking-widest" >Newsletter</span >
1515 <p >Subscribe to our newsletter</p >
1616 </div >
17-
18- <form class =" flex w-full gap-2 md:max-w-md" >
17+ <div class =" flex w-full gap-2 md:max-w-md" >
1918 <input
2019 placeholder =" Email"
2120 class =" w-full flex-1 rounded border bg-gray-50 px-3 py-2 placeholder-gray-500 ring-indigo-300 transition duration-100 outline-none focus:ring"
2221 />
23-
24- <Button size =" lg" >Send</Button >
25- </form >
22+ </div >
23+ <Button >Hello</Button >
2624 </div >
2725 </div >
2826
Original file line number Diff line number Diff line change 11<script >
22 import { ChevronRight } from ' lucide-svelte' ;
33 import PillSubheading from ' ../../PillSubheading.svelte' ;
4- import Button from ' ../../ ui/button/button.svelte ' ;
4+ import { Button } from ' @/lib/components/ ui/button' ;
55 </script >
66
77<section class =" relative mr-0 py-24 lg:mr-5 xl:mr-0" >
Original file line number Diff line number Diff line change 11<script lang =" ts" >
22 import Container from ' @/lib/components/Container.svelte' ;
33 import PillSubheading from ' @/lib/components/PillSubheading.svelte' ;
4- import Button from ' @/lib/components/ui/button/button.svelte ' ;
4+ import { Button } from ' @/lib/components/ui/button' ;
55 </script >
66
77<Container >
Original file line number Diff line number Diff line change 11<script lang =" ts" >
2- import { Button } from " $ lib/components/ui/button/index.js " ;
3- import { cn } from " $lib/utils.js" ;
4- import PanelLeft from " @lucide/svelte/icons/panel-left" ;
5- import type { ComponentProps } from " svelte" ;
6- import { useSidebar } from " ./context.svelte.js" ;
2+ import { Button } from ' @/ lib/components/ui/button' ;
3+ import { cn } from ' $lib/utils.js' ;
4+ import PanelLeft from ' @lucide/svelte/icons/panel-left' ;
5+ import type { ComponentProps } from ' svelte' ;
6+ import { useSidebar } from ' ./context.svelte.js' ;
77
88 let {
99 ref = $bindable (null ),
2626 data-sidebar =" trigger"
2727 variant =" ghost"
2828 size =" icon"
29- class ={cn (" h-7 w-7" , className )}
29+ class ={cn (' h-7 w-7' , className )}
3030 {...restProps }
3131>
3232 <PanelLeft />
Original file line number Diff line number Diff line change 55 import MarketingInsights from ' @/lib/components/marketing/sections/MarketingInsights.svelte' ;
66 import MarketingTeam from ' @/lib/components/marketing/sections/MarketingTeam.svelte' ;
77 import MarketingTestimonials from ' @/lib/components/marketing/sections/MarketingTestimonials.svelte' ;
8- import Button from ' @/lib/components/ui/button/button.svelte ' ;
8+ import { Button } from ' @/lib/components/ui/button' ;
99 </script >
1010
1111<section class =" mx-auto max-w-screen-2xl px-4 md:px-8" >
You can’t perform that action at this time.
0 commit comments