Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcho committed Aug 6, 2024
1 parent 867fa2e commit 55e98f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useBlockWhileBotResponding.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { SendableMessage, Member } from '@sendbird/chat/lib/__definition';
import { useEffect, useRef, useState } from 'react';

import {useSendbirdStateContext} from "@uikit/index";
import { useSendbirdStateContext } from '@uikit/index';

import { useConstantState } from '../context/ConstantContext';
import { useWidgetSession } from '../context/WidgetSettingContext';
Expand Down

0 comments on commit 55e98f5

Please sign in to comment.