Skip to content

Commit

Permalink
update readme + separate syncfusion localization
Browse files Browse the repository at this point in the history
  • Loading branch information
issam-seghir committed Dec 12, 2023
1 parent 9292a7b commit d134f2c
Show file tree
Hide file tree
Showing 6 changed files with 624 additions and 663 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/jsx/contexts/ContextProvider.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable unicorn/consistent-function-scoping */
import { defaultTheme, greenEmeraldTheme, pinkFuchsiaTheme } from "@jsx/utils/theme";
import { defaultTheme, greenEmeraldTheme, pinkFuchsiaTheme } from "@jsx/data/themes/theme";
import { enableRtl, setCulture, setCurrencyCode } from "@syncfusion/ej2-base";
import { createContext, useCallback, useContext, useEffect, useMemo, useRef, useState } from "react";
import { usePreferredLanguage ,useLocalStorage} from "@uidotdev/usehooks";
Expand Down
Loading

0 comments on commit d134f2c

Please sign in to comment.