Restructure requests directory

This commit is contained in:
Aaron William Po
2023-12-18 16:43:53 -05:00
parent 386556bb41
commit e3eeb8cf46
39 changed files with 24 additions and 24 deletions

View File

@@ -1,4 +1,4 @@
import sendCreateBeerCommentRequest from '@/requests/BeerComment/sendCreateBeerCommentRequest';
import sendCreateBeerCommentRequest from '@/requests/comments/beer-comment/sendCreateBeerCommentRequest';
import BeerPostQueryResult from '@/services/posts/beer-post/schema/BeerPostQueryResult';
import { zodResolver } from '@hookform/resolvers/zod';