diff options
author | 2025-04-22 11:06:41 +0000 | |
---|---|---|
committer | 2025-04-22 11:06:41 +0000 | |
commit | 2309ef1247c5888a826190f8abcee1887f81daeb (patch) | |
tree | 877584dc1ae1053ac2a5bfa3ddd29246d6d1e370 /packages/integrations/react/env.d.ts | |
parent | 49314575a76b52b43e491a0a33c0ccaf9cafb058 (diff) | |
download | astro-2309ef1247c5888a826190f8abcee1887f81daeb.tar.gz astro-2309ef1247c5888a826190f8abcee1887f81daeb.tar.zst astro-2309ef1247c5888a826190f8abcee1887f81daeb.zip |
[ci] format
Diffstat (limited to '')
-rw-r--r-- | packages/integrations/react/env.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/react/env.d.ts b/packages/integrations/react/env.d.ts index 21e68d939..2553d25b9 100644 --- a/packages/integrations/react/env.d.ts +++ b/packages/integrations/react/env.d.ts @@ -5,4 +5,4 @@ declare module 'astro:react:opts' { >; const options: Options; export = options; -}
\ No newline at end of file +} |