File tree Expand file tree Collapse file tree 3 files changed +5
-59
lines changed Expand file tree Collapse file tree 3 files changed +5
-59
lines changed Original file line number Diff line number Diff line change 11quicksnip
2- Houss
3- cout
4- endl
5- Vaibhav
6- kesarwani
7- npos
8- saminjay
9- dostonnabotov
10- minmax
11- xshubhamg
12- flexbox
13- Moustafa
14- bige
15- kruimol
16- rgba
17- Segoe
18- bezier
19- nviction
20- whitesmoke
21- loxt
22- nixo
23- olleh
24- realvishalrana
25- axorax
26- aumirza
27- aeiou
28- Wrld
29- makeid
30- Yugveer
31- yaya
32- funcs
33- MCMXCIV
34- LVIII
35- Stelios
36- maketrans
37- progamin
38- findall
39- sublist
40- isinstance
41- agilarasu
42- fromkeys
43- sublists
44- readlines
45- splitext
46- Jackeastern
47- shutil
48- listdir
49- cmath
50- dtype
51- millis
52- timedelta
53- monthrange
54- println
55- Mathys
56- Gasnier
57- nowrap
Original file line number Diff line number Diff line change 1010 "dictionaries" : [" workspace" ],
1111 "ignorePaths" : [
1212 " node_modules" ,
13- " dist"
13+ " dist" ,
14+ " public"
1415 ]
1516}
Original file line number Diff line number Diff line change @@ -3,8 +3,9 @@ import { LanguageType } from "@types";
33import { useFetch } from "./useFetch" ;
44
55export const useLanguages = ( ) => {
6- const { data, loading, error } =
7- useFetch < LanguageType [ ] > ( "/consolidated/_index.json" ) ;
6+ const { data, loading, error } = useFetch < LanguageType [ ] > (
7+ "/consolidated/_index.json"
8+ ) ;
89
910 return { fetchedLanguages : data || [ ] , loading, error } ;
1011} ;
You can’t perform that action at this time.
0 commit comments