Skip to content

Commit

Permalink
fix: correct style import
Browse files Browse the repository at this point in the history
  • Loading branch information
mxdvl committed Jun 26, 2024
1 parent 7454c7e commit bc0599d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/__tasks__/validate/sass.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const execa = require('execa');
import execa from 'execa';

/** @type {import('listr2').ListrTask} */
const task = {
Expand Down

0 comments on commit bc0599d

Please sign in to comment.