0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

[ci] format

This commit is contained in:
Fred K. Schott 2023-12-04 13:26:20 +00:00 committed by astrobot-houston
parent 97e43022de
commit 54fac60ee0

View file

@ -2,7 +2,7 @@ import type { DevOverlayPlugin as DevOverlayPluginDefinition } from '../../../@t
import { type AstroDevOverlay, type DevOverlayPlugin } from './overlay.js';
import { settings } from './settings.js';
// @ts-expect-error
import {loadDevOverlayPlugins} from 'astro:dev-overlay';
import { loadDevOverlayPlugins } from 'astro:dev-overlay';
let overlay: AstroDevOverlay;