@@ -7,17 +7,6 @@ import { mdx } from "@mdx-js/react";
7
7
/* @jsx mdx */
8
8
9
9
export const _frontmatter = { } ;
10
-
11
- const makeShortcode = (name) =>
12
- function MDXDefaultShortcode(props) {
13
- console .warn (
14
- " Component " +
15
- name +
16
- " was not imported, exported, or provided by MDXProvider as global scope"
17
- );
18
- return <div { ... props } />;
19
- } ;
20
-
21
10
const layoutProps = {
22
11
_frontmatter ,
23
12
} ;
@@ -51,17 +40,6 @@ export const _frontmatter = {
51
40
three : 4 ,
52
41
array : [1 , 2 , 3 ],
53
42
} ;
54
-
55
- const makeShortcode = (name) =>
56
- function MDXDefaultShortcode(props) {
57
- console .warn (
58
- " Component " +
59
- name +
60
- " was not imported, exported, or provided by MDXProvider as global scope"
61
- );
62
- return <div { ... props } />;
63
- } ;
64
-
65
43
const layoutProps = {
66
44
_frontmatter ,
67
45
} ;
@@ -95,17 +73,6 @@ export const _frontmatter = {
95
73
three : 4 ,
96
74
array : [1 , 2 , 3 ],
97
75
} ;
98
-
99
- const makeShortcode = (name) =>
100
- function MDXDefaultShortcode(props) {
101
- console .warn (
102
- " Component " +
103
- name +
104
- " was not imported, exported, or provided by MDXProvider as global scope"
105
- );
106
- return <div { ... props } />;
107
- } ;
108
-
109
76
const layoutProps = {
110
77
_frontmatter ,
111
78
} ;
@@ -144,17 +111,6 @@ export const _frontmatter = {
144
111
three : 4 ,
145
112
array : [1 , 2 , 3 ],
146
113
} ;
147
-
148
- const makeShortcode = (name) =>
149
- function MDXDefaultShortcode(props) {
150
- console .warn (
151
- " Component " +
152
- name +
153
- " was not imported, exported, or provided by MDXProvider as global scope"
154
- );
155
- return <div { ... props } />;
156
- } ;
157
-
158
114
const layoutProps = {
159
115
meta ,
160
116
_frontmatter ,
@@ -194,17 +150,6 @@ export const _frontmatter = {
194
150
three : 4 ,
195
151
array : [1 , 2 , 3 ],
196
152
} ;
197
-
198
- const makeShortcode = (name) =>
199
- function MDXDefaultShortcode(props) {
200
- console .warn (
201
- " Component " +
202
- name +
203
- " was not imported, exported, or provided by MDXProvider as global scope"
204
- );
205
- return <div { ... props } />;
206
- } ;
207
-
208
153
const layoutProps = {
209
154
meta ,
210
155
_frontmatter ,
@@ -235,17 +180,6 @@ import { mdx } from "@mdx-js/react";
235
180
/* @jsx mdx */
236
181
237
182
export const _frontmatter = { } ;
238
-
239
- const makeShortcode = (name) =>
240
- function MDXDefaultShortcode(props) {
241
- console .warn (
242
- " Component " +
243
- name +
244
- " was not imported, exported, or provided by MDXProvider as global scope"
245
- );
246
- return <div { ... props } />;
247
- } ;
248
-
249
183
const layoutProps = {
250
184
_frontmatter ,
251
185
} ;
@@ -280,17 +214,6 @@ export const meta = {
280
214
author : " chris" ,
281
215
} ;
282
216
export const _frontmatter = { } ;
283
-
284
- const makeShortcode = (name) =>
285
- function MDXDefaultShortcode(props) {
286
- console .warn (
287
- " Component " +
288
- name +
289
- " was not imported, exported, or provided by MDXProvider as global scope"
290
- );
291
- return <div { ... props } />;
292
- } ;
293
-
294
217
const layoutProps = {
295
218
meta ,
296
219
_frontmatter ,
@@ -326,17 +249,6 @@ export const meta = {
326
249
author : " chris" ,
327
250
} ;
328
251
export const _frontmatter = { } ;
329
-
330
- const makeShortcode = (name) =>
331
- function MDXDefaultShortcode(props) {
332
- console .warn (
333
- " Component " +
334
- name +
335
- " was not imported, exported, or provided by MDXProvider as global scope"
336
- );
337
- return <div { ... props } />;
338
- } ;
339
-
340
252
const layoutProps = {
341
253
meta ,
342
254
_frontmatter ,
0 commit comments