refactor: move genre/studio/network calls into their own endpoints

this commit also adds a `useDiscover` hook to help with creating discover pages with less repeating
code
This commit is contained in:
sct
2021-03-04 10:18:46 +00:00
parent ed0a7fbdf5
commit 63c122e5e0
23 changed files with 885 additions and 365 deletions

View File

@@ -23,6 +23,7 @@ const globalMessages = defineMessages({
edit: 'Edit',
experimental: 'Experimental',
advanced: 'Advanced',
loading: 'Loading…',
});
export default globalMessages;