Skip to content

Commit

Permalink
remove duplicate import
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed Jan 9, 2025
1 parent fb838df commit 3fb8867
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/build-site.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

'use strict';

const Path = require('node:path');
const { promisify } = require('node:util');
const exec = promisify(require('node:child_process').exec);

Expand Down

0 comments on commit 3fb8867

Please sign in to comment.