Skip to content

Commit

Permalink
refactor: removed unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
warmachine028 committed Oct 24, 2024
1 parent 6c8bda0 commit 2680bf2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions client/src/pages/Posts.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
'use client'

import { useInfiniteQuery, useMutation, useQueryClient } from '@tanstack/react-query'
import { getPosts, createPost, updatePost, deletePost } from '@/api'
import { useState } from 'react'
import { useInView } from 'react-intersection-observer'
import { Button, Input, Textarea, ScrollArea, Badge } from '@/components/ui'
Expand Down

0 comments on commit 2680bf2

Please sign in to comment.