From 271f3b80004386808bb592282dabc297181b602f Mon Sep 17 00:00:00 2001 From: cipriandraghici Date: Thu, 25 Jul 2024 16:56:06 +0300 Subject: [PATCH] refactoring --- src/utils/account/{isLoggedIn.ts => getIsLoggedIn.ts} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/utils/account/{isLoggedIn.ts => getIsLoggedIn.ts} (100%) diff --git a/src/utils/account/isLoggedIn.ts b/src/utils/account/getIsLoggedIn.ts similarity index 100% rename from src/utils/account/isLoggedIn.ts rename to src/utils/account/getIsLoggedIn.ts