Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
minodisk committed Mar 10, 2024
1 parent d89f0ff commit 0cb3397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/viewer/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import type {
RoutinePayload,
MetadataPayload,
TablePayload,
Err,
Format,
Tab as TabName,
TableReference,
Expand All @@ -28,7 +29,6 @@ import {
isStartProcessingEvent,
isSuccessLoadingEvent,
isFailProcessingEvent,
type Err,
} from "shared";
import type { WebviewApi } from "vscode-webview";
import { Header } from "./domain/Header";
Expand Down

0 comments on commit 0cb3397

Please sign in to comment.