feat(frontend): add PhoneInput component with UK validation

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-06-11 22:08:26 +01:00
co-authored by Sisyphus
parent 8fd42867a4
commit 1be82986a5
3 changed files with 109 additions and 3 deletions
@@ -0,0 +1,3 @@
import PhoneInput from './PhoneInput.svelte';
export { PhoneInput };