Skip to content

Commit

Permalink
rm unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ascorbic committed Sep 1, 2024
1 parent 1e7768a commit aa43a77
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/astro/src/content/content-layer.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import { promises as fs, existsSync } from 'node:fs';
import { isAbsolute } from 'node:path';
import { fileURLToPath } from 'node:url';
import * as fastq from 'fastq';
import type { FSWatcher } from 'vite';
import xxhash from 'xxhash-wasm';
Expand All @@ -19,7 +17,6 @@ import {
getEntryConfigByExtMap,
getEntryDataAndImages,
globalContentConfigObserver,
posixRelative,
} from './utils.js';

export interface ContentLayerOptions {
Expand Down

0 comments on commit aa43a77

Please # to comment.