[ci] yarn format
This commit is contained in:
parent
11ee158ad5
commit
c6ee6a5555
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ export async function renderSlot(_result: any, slotted: string, fallback?: any)
|
|||
return fallback;
|
||||
}
|
||||
|
||||
export const Fragment = Symbol("Astro.Fragment");
|
||||
export const Fragment = Symbol('Astro.Fragment');
|
||||
|
||||
export async function renderComponent(result: SSRResult, displayName: string, Component: unknown, _props: Record<string | number, any>, slots: any = {}) {
|
||||
Component = await Component;
|
||||
|
|
Loading…
Reference in a new issue