summaryrefslogtreecommitdiff
path: root/packages/integrations/markdoc/src/utils.ts
diff options
context:
space:
mode:
authorGravatar bholmesdev <bholmesdev@users.noreply.github.com> 2023-03-27 22:06:51 +0000
committerGravatar fredkbot <fred+astrobot@astro.build> 2023-03-27 22:06:51 +0000
commit9352e0056c54de87fb5f229fe15924672c3e6e0e (patch)
treee727b863cd1db9b790b3a24ad0b9d0948be72c0b /packages/integrations/markdoc/src/utils.ts
parent7c439868a3bc7d466418da9af669966014f3d9fe (diff)
downloadastro-9352e0056c54de87fb5f229fe15924672c3e6e0e.tar.gz
astro-9352e0056c54de87fb5f229fe15924672c3e6e0e.tar.zst
astro-9352e0056c54de87fb5f229fe15924672c3e6e0e.zip
[ci] format
Diffstat (limited to 'packages/integrations/markdoc/src/utils.ts')
-rw-r--r--packages/integrations/markdoc/src/utils.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/integrations/markdoc/src/utils.ts b/packages/integrations/markdoc/src/utils.ts
index 95f84700c..ea5dda6db 100644
--- a/packages/integrations/markdoc/src/utils.ts
+++ b/packages/integrations/markdoc/src/utils.ts
@@ -1,6 +1,4 @@
import matter from 'gray-matter';
-import type fsMod from 'node:fs';
-import path from 'node:path';
import type { ErrorPayload as ViteErrorPayload } from 'vite';
/**