File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 11<script lang =" ts" >
2- import { generateStream } from ' $lib/functions/generateReadableStream' ;
3- import { Button } from ' $lib/components/ui/button/index' ;
42 import { buttonVariants } from ' $lib/components/ui/button/index' ;
53 import * as ImageCropper from ' $lib/components/ui/image-cropper' ;
64 import { getFileFromUrl } from ' $lib/components/ui/image-cropper' ;
7- import type { PageData } from ' ../../../routes/(main)/account/$types' ;
8- import * as DropdownMenu from ' $lib/components/ui/dropdown-menu' ;
5+ import { generateStream } from ' $lib/functions/generateReadableStream' ;
96 import { Edit } from ' lucide-svelte' ;
7+ import type { PageData } from ' ../../../routes/(main)/account/$types' ;
108
119 const { data }: { data: PageData } = $props ();
1210 let src = $state (data .user .image ?? ` https://api.dicebear.com/9.x/identicon/svg?seed=${data .session ?.user .id } ` );
You can’t perform that action at this time.
0 commit comments