Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp authored and astrobot-houston committed Aug 10, 2022
1 parent 1ee08ba commit d087286
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/astro/src/core/render/dev/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { fileURLToPath } from 'url';
import path from 'path';
import type { ViteDevServer } from 'vite';
import type {
AstroConfig,
Expand All @@ -10,7 +9,6 @@ import type {
SSRElement,
SSRLoadedRenderer,
} from '../../../@types/astro';
import { prependForwardSlash } from '../../../core/path.js';
import { PAGE_SCRIPT_ID } from '../../../vite-plugin-scripts/index.js';
import { LogOptions } from '../../logger/core.js';
import { isPage, resolveIdToUrl } from '../../util.js';
Expand Down

0 comments on commit d087286

Please sign in to comment.