Skip to content

Commit

Permalink
chore: #420 사용하지 않는 함수 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
leeminhee119 committed Nov 9, 2024
1 parent 73ca940 commit 04f1bcf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/web/src/layout/GlobalLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { Modal } from "@/component/common/Modal";
import { Typography } from "@/component/common/typography";
import { PreventExternalBrowser } from "@/helper/preventExternalBrowser.tsx";
import { useBottomSheet } from "@/hooks/useBottomSheet";
import { useToast } from "@/hooks/useToast";
import ChannelService from "@/lib/channel-talk/service";
import { useBridge } from "@/lib/provider/bridge-provider";

Expand All @@ -21,7 +20,6 @@ export default function GlobalLayout() {
const { safeAreaHeight } = useBridge();
const location = useLocation();
const { openBottomSheet, closeBottomSheet } = useBottomSheet();
const { toast } = useToast();

useEffect(() => {
Hotjar.init(siteId, hotjarVersion);
Expand Down

0 comments on commit 04f1bcf

Please sign in to comment.