Skip to content

Commit

Permalink
fix: lint/format
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesBelveze committed Jan 8, 2025
1 parent d8fe43f commit d6e9202
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion front/components/assistant/AssistantBrowser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ import {
useHashParam,
UserGroupIcon,
} from "@dust-tt/sparkle";
import type { LightAgentConfigurationType, WorkspaceType } from "@dust-tt/types";
import type {
LightAgentConfigurationType,
WorkspaceType,
} from "@dust-tt/types";
import { useRouter } from "next/router";
import React, { useMemo, useState } from "react";

Expand Down

0 comments on commit d6e9202

Please sign in to comment.