Skip to content

Commit 2b782e7

Browse files
ci: apply automated fixes
1 parent d1be49e commit 2b782e7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: examples/angular/devtools-panel/src/app/app.config.ts

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
import { provideHttpClient, withFetch } from '@angular/common/http'
22

33
import { provideRouter } from '@angular/router'
4-
import {
5-
QueryClient,
6-
provideTanStackQuery,
7-
} from '@tanstack/angular-query'
4+
import { QueryClient, provideTanStackQuery } from '@tanstack/angular-query'
85
import { routes } from './app.routes'
96
import type { ApplicationConfig } from '@angular/core'
107

0 commit comments

Comments
 (0)