fix: use named import for api in LanguageContext
All checks were successful
Deploy / deploy (push) Successful in 11s
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:
@@ -1,5 +1,5 @@
|
|||||||
import { createContext, useContext, useState, useEffect } from 'react'
|
import { createContext, useContext, useState, useEffect } from 'react'
|
||||||
import api from '../utils/api'
|
import { api } from '../utils/api'
|
||||||
import en from './en.json'
|
import en from './en.json'
|
||||||
import ar from './ar.json'
|
import ar from './ar.json'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user