[ci] yarn format

This commit is contained in:
natemoo-re 2021-11-02 21:21:54 +00:00 committed by GitHub Actions
parent 11ee158ad5
commit c6ee6a5555

View file

@ -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;