mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
[ci] format
This commit is contained in:
parent
8ad146a5d7
commit
c97bdf1a45
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ export interface RouteInfo {
|
|||
file: string;
|
||||
links: string[];
|
||||
scripts: // Integration injected
|
||||
(| { children: string; stage: string }
|
||||
(
|
||||
| { children: string; stage: string }
|
||||
// Hoisted
|
||||
| { type: 'inline' | 'external'; value: string }
|
||||
)[];
|
||||
|
|
Loading…
Reference in a new issue