From cf5feda94a37255a495509fb904b2eb806c2acf5 Mon Sep 17 00:00:00 2001 From: Charisma Kausar Date: Thu, 12 Oct 2023 18:59:29 +0800 Subject: [PATCH] refactor: Fix EOF issue --- frontend/src/pages/settings/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/settings/index.tsx b/frontend/src/pages/settings/index.tsx index f9718693..060b3b1b 100644 --- a/frontend/src/pages/settings/index.tsx +++ b/frontend/src/pages/settings/index.tsx @@ -78,4 +78,4 @@ export default function Settings() { ) -} \ No newline at end of file +}