From 55724163fb103869f8d95b89f42e16f6744d55d5 Mon Sep 17 00:00:00 2001 From: Chaeyeon1 <66813821+Chaeyeon1@users.noreply.github.com> Date: Thu, 30 Nov 2023 10:38:38 +0900 Subject: [PATCH] fix --- client/src/api/blog-api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/api/blog-api.ts b/client/src/api/blog-api.ts index c88735f..1c7fe04 100644 --- a/client/src/api/blog-api.ts +++ b/client/src/api/blog-api.ts @@ -1,4 +1,4 @@ -import { IBlog, IChangeBlogName, IPost, ISidebar } from '@/types/dto'; +import { IBlog, IBlogUrlParams, IChangeBlogName, IPost, ISidebar } from '@/types/dto'; import { defaultInstance, unAxiosDefaultInstance } from '.'; import { useQuery } from '@tanstack/react-query';