Skip to content

Commit

Permalink
fix: app build
Browse files Browse the repository at this point in the history
  • Loading branch information
av committed Oct 4, 2024
1 parent 2b147bd commit 9fcc3eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/src/config/HarborConfigEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { HarborConfigSectionEditor } from "./HarborConfigSectionEditor";
import { useOverlays } from "../OverlayContext";
import { ConfigNameModal } from "./ConfigNameModal";
import { useSelectedProfile } from "../useSelectedProfile";
import { KEY_CODES, Shortcuts, useGlobalKeydown } from "../useGlobalKeydown";
import { Shortcuts, useGlobalKeydown } from "../useGlobalKeydown";
import { orderByPredefined, toasted } from "../utils";
import { ConfirmModal } from "../ConfirmModal";
import { SearchInput } from "../SearchInput";
Expand Down

0 comments on commit 9fcc3eb

Please sign in to comment.