fix: github setup workflow

This commit is contained in:
sriram veeraghanta 2024-05-15 17:42:08 +05:30
parent e1197f2b8f
commit 0587c50ced
11 changed files with 54 additions and 49 deletions

View file

@ -11,7 +11,7 @@ import { API_BASE_URL, cn } from "@/helpers/common.helper";
import { useTheme, useUser } from "@/hooks/store";
// helpers
// services
import { AuthService } from "@/services";
import { AuthService } from "@/services/auth.service";
// service initialization
const authService = new AuthService();