From fedb5c154bb534bb61a3b751e8294545eab22d7b Mon Sep 17 00:00:00 2001 From: Dennis Postma Date: Tue, 11 Feb 2025 23:15:14 +0100 Subject: [PATCH] Typo --- src/commands/init.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/init.ts b/src/commands/init.ts index f6b0787..f5f1411 100644 --- a/src/commands/init.ts +++ b/src/commands/init.ts @@ -1,4 +1,4 @@ -wimport fs from 'fs' +import fs from 'fs' import sharp from 'sharp'