mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-02-16 18:52:06 +00:00
Edit seed db function
This commit is contained in:
@@ -4,7 +4,7 @@ import BeerPostQueryResult from '@/services/BeerPost/types/BeerPostQueryResult';
|
||||
import Link from 'next/link';
|
||||
|
||||
import { useRouter } from 'next/router';
|
||||
import DBClient from '@/prisma/client';
|
||||
import DBClient from '@/prisma/DBClient';
|
||||
import Layout from '@/components/Layout';
|
||||
import { FC } from 'react';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user