Новые правки компоентов

This commit is contained in:
Web-serfer 2026-04-29 03:25:37 +05:00
parent 9122756a58
commit 1838fd302d
14 changed files with 88 additions and 79 deletions

View file

@ -183,8 +183,4 @@ const formatDate = (date: string) => {
setupAnimations();
setupFilter();
document.addEventListener('astro:page-load', () => {
setupAnimations();
setupFilter();
});
</script>