trpc demo
This commit is contained in:
7
src/app/cv/_components/CvEntry.tsx
Normal file
7
src/app/cv/_components/CvEntry.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { cvEntry } from "~/server/db/schema"
|
||||
|
||||
export type CvEntryProps = typeof cvEntry
|
||||
|
||||
export default function CvEntry(cvEntry: CvEntryProps) {
|
||||
return (<></>)
|
||||
}
|
||||
Reference in New Issue
Block a user