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 1
1
quicksnip
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 10
10
"dictionaries" : [" workspace" ],
11
11
"ignorePaths" : [
12
12
" node_modules" ,
13
- " dist"
13
+ " dist" ,
14
+ " public"
14
15
]
15
16
}
Original file line number Diff line number Diff line change @@ -3,8 +3,9 @@ import { LanguageType } from "@types";
3
3
import { useFetch } from "./useFetch" ;
4
4
5
5
export 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
+ ) ;
8
9
9
10
return { fetchedLanguages : data || [ ] , loading, error } ;
10
11
} ;
You can’t perform that action at this time.
0 commit comments