fix: use named import for api in LanguageContext
All checks were successful
Deploy / deploy (push) Successful in 11s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
fahed
2026-03-09 13:17:38 +03:00
parent 5e47d11e32
commit 12628e2f78

View File

@@ -1,5 +1,5 @@
import { createContext, useContext, useState, useEffect } from 'react'
import api from '../utils/api'
import { api } from '../utils/api'
import en from './en.json'
import ar from './ar.json'