put Sources and Extensions in the same screen

This commit is contained in:
Aria Moradi
2021-10-26 14:57:11 +03:30
parent afcb6e2442
commit a1c84df0d5
7 changed files with 49 additions and 21 deletions

View File

@@ -37,7 +37,7 @@ function groupByLang(sources: ISource[]) {
return result;
}
export default function MangaSources() {
export default function Sources() {
const { setTitle, setAction } = useContext(NavbarContext);
const [shownLangs, setShownLangs] = useLocalStorage<string[]>('shownSourceLangs', sourceDefualtLangs());