mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
[ci] format
This commit is contained in:
parent
97e43022de
commit
54fac60ee0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue