refactor(all): biomejs

This commit is contained in:
z0x 2025-01-14 22:46:41 -05:00
parent 4aa7fac47f
commit 7243cd8872
8 changed files with 99 additions and 56 deletions

View file

@ -1,7 +1,7 @@
---
export interface ServiceProps {
serviceName: string;
serviceUrl?: string;
serviceName: string;
serviceUrl?: string;
}
const { serviceName, serviceUrl } = Astro.props;