Skip to content

Commit 033859e

Browse files
committed
chore(root): Lint
1 parent 0d0e5db commit 033859e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-email/src/index.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { spawnSync } from 'node:child_process';
2-
import { existsSync, promises as fs } from 'node:fs';
2+
import { promises as fs, existsSync } from 'node:fs';
33
import path from 'node:path';
44

55
describe('automatic setup', () => {

0 commit comments

Comments
 (0)