Skip to content

Commit

Permalink
removed import
Browse files Browse the repository at this point in the history
  • Loading branch information
dendidibe committed Jul 25, 2023
1 parent c218d34 commit 55a457a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client-web/src/store/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import create from "zustand";
import { immer } from "zustand/middleware/immer";
import { persist, devtools } from "zustand/middleware";
import * as http from "../http";
import { TCombinedMimeType } from "../constants";
import { stat } from "fs";
import type { Stripe } from "stripe";
import { THomeScreen } from "../http";
Expand Down Expand Up @@ -106,7 +105,7 @@ export type TMessageHistory = {
originalName?: string;
location?: string;
locationPreview?: string;
mimetype?: TCombinedMimeType;
mimetype?: string;
xmlns: string;
isReply?: boolean;
mainMessage?: IMainMessage;
Expand Down

0 comments on commit 55a457a

Please sign in to comment.