Skip to content

Commit

Permalink
Remove
Browse files Browse the repository at this point in the history
  • Loading branch information
tamiroh committed Jul 2, 2024
1 parent 747509b commit 98c7ab4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions src/ui/history/historyView.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import { HoverParent, HoverPopover, ItemView, WorkspaceLeaf } from "obsidian";
import { HISTORY_VIEW_CONFIG } from "src/constants";
import ObsidianGit from "src/main";
// @tsconfig/svelte is required to resolve this error.
// Ignore temporarily.
// @ts-ignore
import HistoryViewComponent from "./historyView.svelte";

export default class HistoryView extends ItemView implements HoverParent {
Expand Down
1 change: 0 additions & 1 deletion src/ui/sourceControl/components/pulledFileComponent.svelte
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<!-- @ts-ignore -->
<script lang="ts">
import { TFile } from "obsidian";
import { hoverPreview } from "obsidian-community-lib";
Expand Down
3 changes: 0 additions & 3 deletions src/ui/sourceControl/sourceControl.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import { HoverParent, HoverPopover, ItemView, WorkspaceLeaf } from "obsidian";
import { SOURCE_CONTROL_VIEW_CONFIG } from "src/constants";
import ObsidianGit from "src/main";
// @tsconfig/svelte is required to resolve this error.
// Ignore temporarily.
// @ts-ignore
import SourceControlViewComponent from "./sourceControl.svelte";

export default class GitView extends ItemView implements HoverParent {
Expand Down

0 comments on commit 98c7ab4

Please sign in to comment.