Skip to content

Commit

Permalink
Use @app based import
Browse files Browse the repository at this point in the history
  • Loading branch information
albandum committed Jan 24, 2024
1 parent 7b1e730 commit 8195fbf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions front/components/assistant/AssistantPicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ import type {
import Link from "next/link";
import { useEffect, useState } from "react";

import { AssistantDetails } from "@app/components/assistant/AssistantDetails";
import { filterAndSortAgents } from "@app/lib/utils";

import { AssistantDetails } from "./AssistantDetails";

export function AssistantPicker({
owner,
assistants,
Expand Down

0 comments on commit 8195fbf

Please sign in to comment.