recode and add editor config file
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import { useContext } from "react";
|
||||
import { LanguageContext } from "../contexts/language";
|
||||
import {useContext} from "react";
|
||||
import {LanguageContext} from "../contexts/language";
|
||||
|
||||
const useDirection = () => {
|
||||
const { directionApp } = useContext(LanguageContext);
|
||||
const {directionApp} = useContext(LanguageContext);
|
||||
|
||||
return { directionApp };
|
||||
return {directionApp};
|
||||
};
|
||||
|
||||
export default useDirection;
|
||||
|
||||
Reference in New Issue
Block a user