Skip to content

Commit

Permalink
fix : zustand 예시 파일에서 오류 나서 그냥 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
banhogu committed May 15, 2024
1 parent 26ae345 commit 983b797
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 70 deletions.
14 changes: 14 additions & 0 deletions src/models/testPopular.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
export interface testPopularType {
status: string;
errorCode: string | null;
data: testPopularData[];
message: string | null;
}

export interface testPopularData {
content: string;
tag: string[];
viewCount: number;
replyCount: number;
category?: string;
}
70 changes: 0 additions & 70 deletions src/store/example.store.ts

This file was deleted.

0 comments on commit 983b797

Please sign in to comment.