refactor(all): biomejs
This commit is contained in:
parent
4aa7fac47f
commit
7243cd8872
8 changed files with 99 additions and 56 deletions
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
export interface ServiceProps {
|
||||
serviceName: string;
|
||||
serviceUrl?: string;
|
||||
serviceName: string;
|
||||
serviceUrl?: string;
|
||||
}
|
||||
|
||||
const { serviceName, serviceUrl } = Astro.props;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue