Formatting and linting

This commit is contained in:
ajnart
2022-12-22 11:30:50 +09:00
parent ecc61d5970
commit e982515bb5
5 changed files with 17 additions and 16 deletions

View File

@@ -47,7 +47,8 @@ export default function ConfigChanger() {
);
}
const useConfigsQuery = () => useQuery({
const useConfigsQuery = () =>
useQuery({
queryKey: ['config/get-all'],
queryFn: fetchConfigs,
});