Fix lint errors

This commit is contained in:
Gregory Schier
2025-06-04 11:33:10 -07:00
parent 021f2171d6
commit fcda6f8d32
7 changed files with 20 additions and 18 deletions

View File

@@ -1,4 +1,5 @@
import { GrpcRequest, HttpRequest, settingsAtom, WebsocketRequest } from '@yaakapp-internal/models';
import { settingsAtom } from '@yaakapp-internal/models';
import type { GrpcRequest, HttpRequest, WebsocketRequest } from '@yaakapp-internal/models';
import classNames from 'classnames';
import { useAtomValue } from 'jotai';