Skip to content

Commit

Permalink
✂️
Browse files Browse the repository at this point in the history
  • Loading branch information
flvndvd committed Apr 3, 2024
1 parent 0148ad8 commit 1e57d1a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions front/lib/workspace_usage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@ import { format } from "date-fns/format";
import { Op, QueryTypes } from "sequelize";

import type { Workspace } from "@app/lib/models";
import {
AgentConfiguration,
AgentMessage,
Conversation,
DataSource,
} from "@app/lib/models";
import { AgentConfiguration, Conversation, DataSource } from "@app/lib/models";

import { frontSequelize } from "./resources/storage";

Expand Down

0 comments on commit 1e57d1a

Please sign in to comment.