Skip to content

Commit

Permalink
docs: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnowack committed Dec 17, 2024
1 parent 25e3f77 commit 9933078
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import fs from 'fs/promises'
import path from 'path'
import { withMermaid } from 'vitepress-plugin-mermaid'
import { createRequire } from 'module'
import { text } from 'stream/consumers'

const require = createRequire(import.meta.url)
const pkg = require('../../packages/base/core/package.json')
Expand Down

0 comments on commit 9933078

Please sign in to comment.