feat(Footer): create Footer widget with project name and portfolio link

This commit is contained in:
Ilia Mashkov
2026-04-22 13:01:16 +03:00
parent cd8599d5b5
commit 2221ecad4c
4 changed files with 138 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
export { default as Footer } from './ui/Footer.svelte';