Skip to content

Commit

Permalink
Move file
Browse files Browse the repository at this point in the history
  • Loading branch information
jankrepl committed Jan 15, 2025
1 parent 8172ee9 commit 4ad2193
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/thread-list.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { ThreadCardSidebar } from "@/components/thread-card-sidebar";
import { env } from "@/lib/env";
import { getSettings } from "@/components/settings-provider";
import { getSettings } from "@/lib/settings-provider";
import { BThread, Thread } from "@/lib/types";

async function getThreads(): Promise<BThread[]> {
Expand Down
File renamed without changes.

0 comments on commit 4ad2193

Please sign in to comment.