From 70153c0df1e106aad9d73a85e8fb8b90d2ed64df Mon Sep 17 00:00:00 2001 From: purofle Date: Mon, 6 Jun 2022 09:58:10 +0800 Subject: [PATCH] fix neofetch bug --- src/utils/bin/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/bin/index.ts b/src/utils/bin/index.ts index 0d55ba1..9691377 100644 --- a/src/utils/bin/index.ts +++ b/src/utils/bin/index.ts @@ -1,3 +1,3 @@ export * from './commands'; export * from './api_commands'; -export { default as sumfetch } from './sumfetch'; +export { default as neofetch } from './neofetch';