mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-02-16 18:52:06 +00:00
Update casing for services and controllers directories.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import getBreweryPostById from '@/services/posts/BreweryPost/getBreweryPostById';
|
||||
import BreweryPostQueryResult from '@/services/posts/BreweryPost/schema/BreweryPostQueryResult';
|
||||
import getBreweryPostById from '@/services/posts/brewery-post/getBreweryPostById';
|
||||
import BreweryPostQueryResult from '@/services/posts/brewery-post/schema/BreweryPostQueryResult';
|
||||
import { GetServerSideProps, NextPage } from 'next';
|
||||
|
||||
import { z } from 'zod';
|
||||
|
||||
Reference in New Issue
Block a user