Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 committed Nov 8, 2024
1 parent de5a03c commit f3c2db8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 110 deletions.
1 change: 0 additions & 1 deletion screenpipe-app-tauri/app/timeline/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { useEffect, useState, useRef, useMemo } from "react";
import { useSettings } from "@/lib/hooks/use-settings";
import { Loader2, RotateCcw, AlertCircle } from "lucide-react";
import posthog from "posthog-js";
import { TimelineBlocks } from "@/components/timeline/timeline-block";
import { TimelineIconsSection } from "@/components/timeline/timeline-dock-section";
import { AudioTranscript } from "@/components/timeline/audio-transcript";
import { AIPanel } from "@/components/timeline/ai-panel";
Expand Down
108 changes: 0 additions & 108 deletions screenpipe-app-tauri/components/timeline/timeline-block.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion screenpipe-app-tauri/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "screenpipe-app"
version = "0.9.19"
version = "0.9.20"
description = ""
authors = ["you"]
license = ""
Expand Down

0 comments on commit f3c2db8

Please sign in to comment.