mirror of
https://github.com/idanoo/autobrr
synced 2025-07-24 17:29:12 +00:00
Refactor(web): Replace final-form with Formik and cleanup (#46)
* refactor: begin to replace final-form * refactor: replace final-form with formik n cleanup
This commit is contained in:
parent
c4d580eb03
commit
5e29564f03
66 changed files with 1523 additions and 3409 deletions
|
@ -5,7 +5,7 @@ import { useTable, useFilters, useGlobalFilter, useSortBy, usePagination } from
|
|||
import APIClient from '../api/APIClient'
|
||||
import { useQuery } from 'react-query'
|
||||
import { ReleaseFindResponse, ReleaseStats } from '../domain/interfaces'
|
||||
import { EmptyListState } from '../components/EmptyListState'
|
||||
import { EmptyListState } from '../components/emptystates'
|
||||
|
||||
export function Dashboard() {
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue