From 56aeb63c13c97f8723880ab52db78be6724fb656 Mon Sep 17 00:00:00 2001 From: designDefined Date: Fri, 18 Aug 2023 11:20:12 +0900 Subject: [PATCH] hotfix/announcement-build-error --- src/components/home/NotificationModal.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/home/NotificationModal.tsx b/src/components/home/NotificationModal.tsx index 5cbc2d5..ab25e6e 100644 --- a/src/components/home/NotificationModal.tsx +++ b/src/components/home/NotificationModal.tsx @@ -1,7 +1,5 @@ import styled from "styled-components"; import { Link } from "react-router-dom"; -import { useQuery } from "@tanstack/react-query"; -import { getAllAnnouncements } from "../../apis/announcement"; import MarkdownRenderer from "../../lib/MarkdownRenderer"; import { TAnnouncement } from "../../types/apiTypes";