Skip to content

Commit 25a73a5

Browse files
committed
formatting
1 parent a4d36fa commit 25a73a5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

frontend/src/queries/ngLinkQueries.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ import {
77
} from '@tanstack/react-query';
88

99
import { sendFetchRequest } from '@/utils';
10-
import {
11-
getResponseJsonOrError,
12-
throwResponseNotOkError
13-
} from './queryUtils';
10+
import { getResponseJsonOrError, throwResponseNotOkError } from './queryUtils';
1411

1512
export type NGLink = {
1613
short_key: string;

0 commit comments

Comments
 (0)