Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
pH-7 committed May 9, 2024
1 parent d2d3016 commit 57d9126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/modules/gossip.textGeneration.engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { query, debug } from "./urlParams";
import toast from "react-hot-toast";
import { isRunningOnMobile } from "./mobileDetection";
import { messages } from "./messages.constants";
import { AppInfo, I18n, Search } from "../constants/appInfo.constant";
import { I18n, Search } from "../constants/appInfo.constant";

export namespace Gossip {
export async function prepareTextGeneration() {
Expand Down

0 comments on commit 57d9126

Please sign in to comment.