Skip to content

Commit 2f1458e

Browse files
authored
Merge pull request prisma#4460 from leonardodino/docs-fix-build
Docs: add missing mdx import
2 parents b768bc2 + 904ff25 commit 2f1458e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/1.19/prisma-graphql-api/reference/raw-database-access-qwe4.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2+
import Code from 'components/Markdown/Code'
3+
14
export const meta = {
25
title: "Raw Database Access",
36
position: 70,

docs/1.27/prisma-server/authentication-and-security-kke4.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

22
import Code from 'components/Markdown/Code'
3+
import Collapse from 'components/Markdown/Collapse'
34
import Warning from 'components/Markdown/Warning'
45

56
export const meta = {

0 commit comments

Comments
 (0)