Skip to content

Commit 62e1391

Browse files
committed
remove import (this is auto generated on mdx files now)
1 parent 8e67930 commit 62e1391

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/src/cmd/regenerate-mdx-from-json.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function createFile(datasetName: string, hasRawTables: boolean, hasParsedTables:
6262
title: ${pageTitle}
6363
---
6464
65-
import Table from '@site/components/JsonToTable/JsonToTable';
65+
6666
import json from '@site/data/${datasetName}-table.json'
6767
6868

scripts/src/cmd/tables-metadata.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ function createFile(datasetName: string, hasRawTables: boolean, hasParsedTables:
223223
title: ${pageTitle}
224224
---
225225
226-
import Table from '@site/components/JsonToTable/JsonToTable';
226+
227227
import json from '@site/data/${datasetName}-table.json'
228228
229229

0 commit comments

Comments
 (0)