fix notification and add billing page and contract

This commit is contained in:
root
2026-05-13 00:09:39 -04:00
committed by Administrator
parent 1a39aa8433
commit 89621a163b
52 changed files with 5631 additions and 1110 deletions
+1
View File
@@ -4,6 +4,7 @@ export const API_BASE =
: (process.env.NEXT_PUBLIC_API_URL || 'http://localhost:4000/api/v1')
export const EMPLOYEE_TOKEN_KEY = 'employee_token'
export const EMPLOYEE_PROFILE_KEY = 'employee_profile'
async function getAuthToken(): Promise<string | null> {
if (typeof window === 'undefined') return null