Skip to content

Commit

Permalink
chore: remove erroneous import
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalsadhu committed Aug 19, 2024
1 parent f75fec1 commit 12dc374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/podlet.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import Proxy from '@podium/proxy';
import { join, dirname } from 'node:path';
import { fileURLToPath } from 'node:url';
// @ts-ignore
import fs, { link } from 'node:fs';
import fs from 'node:fs';

const currentDirectory = dirname(fileURLToPath(import.meta.url));
const pkgJson = fs.readFileSync(
Expand Down

0 comments on commit 12dc374

Please sign in to comment.