Try fixing build errors on CI

This commit is contained in:
ajnart
2023-01-08 14:22:06 +09:00
parent 9163c03baa
commit 0cb81c2715
3 changed files with 2 additions and 3 deletions

View File

@@ -1,4 +1,3 @@
/*eslint import/no-cycle: [2, { maxDepth: 1 }]*/
import { useMutation, useQuery } from '@tanstack/react-query';
import axios from 'axios';
import { Results } from 'sabnzbd-api';