mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00
chore: update web dependencies (#102)
* chore: update deps * chore: remove craco * chore: fix exports * fix: filters list indexer bg * fix: extend theme with correct color
This commit is contained in:
parent
c35744dc3a
commit
0076ea9129
9 changed files with 4316 additions and 7268 deletions
|
@ -21,7 +21,7 @@ function Protected() {
|
|||
|
||||
export const queryClient = new QueryClient();
|
||||
|
||||
function App() {
|
||||
export function App() {
|
||||
const authContext = AuthContext.useValue();
|
||||
const settings = SettingsContext.useValue();
|
||||
return (
|
||||
|
@ -39,6 +39,4 @@ function App() {
|
|||
) : null}
|
||||
</QueryClientProvider>
|
||||
)
|
||||
};
|
||||
|
||||
export default App;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue