Formatted Code

This commit is contained in:
mabentley85 2024-04-02 16:04:29 -07:00
commit 92213a8528
3 changed files with 4261 additions and 1169 deletions

View file

@ -24,4 +24,5 @@ export default class AspectRatio extends SvelteComponentTyped<
AspectRatioProps,
Record<string, any>,
{ default: {} }
> {}
> {
}