File tree Expand file tree Collapse file tree
infrastructure/eid-wallet/src/routes/(auth)/e-passport
platforms/metagram/src/lib
fragments/SettingsNavigationButton Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<script lang =" ts" >
2- import { goto } from " $app/navigation" ;
3- import { Hero } from " $lib/fragments" ;
4- import IdentityCard from " $lib/fragments/IdentityCard/IdentityCard.svelte" ;
5- import { ButtonAction } from " $lib/ui" ;
2+ import { goto } from " $app/navigation" ;
3+ import { Hero } from " $lib/fragments" ;
4+ import IdentityCard from " $lib/fragments/IdentityCard/IdentityCard.svelte" ;
5+ import { ButtonAction } from " $lib/ui" ;
66
7- const handleFinish = async () => {
8- await goto (" /main" );
9- };
7+ const handleFinish = async () => {
8+ await goto (" /main" );
9+ };
1010 </script >
1111
1212<main
Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ export const Primary = {
2424 }
2525} ;
2626export const ProfileSrc = {
27- args : {
28- children : ButtonText ,
29- profileSrc : " https://picsum.photos/200/300" ,
30- onclick : ( ) => alert ( 'clicked' ) ,
31- hasTrailingIcon : true
32- }
27+ args : {
28+ children : ButtonText ,
29+ profileSrc : ' https://picsum.photos/200/300' ,
30+ onclick : ( ) => alert ( 'clicked' ) ,
31+ hasTrailingIcon : true
32+ }
3333} ;
3434
3535export const Secondary = {
@@ -40,5 +40,3 @@ export const Secondary = {
4040 hasTrailingIcon : false
4141 }
4242} ;
43-
44-
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ export { default as Flash } from './Flash.svelte';
88export { default as CommentsTwo } from './CommentsTwo.svelte' ;
99export { default as Search } from './Search.svelte' ;
1010export { default as Camera } from './Camera.svelte' ;
11- export { default as Settings } from " ./Settings.svelte" ;
11+ export { default as Settings } from ' ./Settings.svelte' ;
You can’t perform that action at this time.
0 commit comments