Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 committed Sep 30, 2024
1 parent 40dc633 commit c76b72e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion screenpipe-app-tauri/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import UpdateNotification from "@/components/update-notification";
import { usePostHog } from "posthog-js/react";
import Link from "next/link";
import { useToast } from "@/components/ui/use-toast";
import { DevSettings } from "@/components/dev-dialog";
import { Tabs, TabsContent, TabsList, TabsTrigger } from "@/components/ui/tabs";
import { SearchChat } from "@/components/search-chat";
import { Separator } from "@/components/ui/separator";
Expand Down
1 change: 0 additions & 1 deletion screenpipe-app-tauri/components/screenpipe-status.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,6 @@ const DevModeSettings = () => {
and ask ChatGPT for curl commands to interact with the API.
</p>
</div>
{/* <DevSettings /> */}
</>
)}
</>
Expand Down

0 comments on commit c76b72e

Please sign in to comment.