diff --git a/src/App.svelte b/src/App.svelte index c0bdc7b..e28f3c3 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -6,70 +6,32 @@ @@ -96,14 +58,13 @@ /> - +

{new Date().toLocaleDateString("ru")}

-

{years(new Date(start))} years

-

{months(new Date(start))} months

-

{weeks(new Date(start))} weeks

-

{days(new Date(start))} days

+

{county(start).years()} years

+

{county(start).months()} months

+

{county(start).days()} days

{$time}