Skip to content

Commit

Permalink
make folders files
Browse files Browse the repository at this point in the history
  • Loading branch information
mfix-stripe committed May 18, 2022
1 parent 28f801e commit 25f0cb4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions examples/markdoc/markdoc/functions.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/* Use this file to export your Markdoc functions */
export default {};
2 changes: 2 additions & 0 deletions examples/markdoc/markdoc/nodes.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/* Use this file to export your Markdoc nodes */
export default {};
2 changes: 0 additions & 2 deletions examples/markdoc/markdoc/nodes/index.ts

This file was deleted.

2 changes: 2 additions & 0 deletions examples/markdoc/markdoc/tags.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/* Use this file to export your Markdoc tags */
export default {};
2 changes: 0 additions & 2 deletions examples/markdoc/markdoc/tags/index.ts

This file was deleted.

0 comments on commit 25f0cb4

Please sign in to comment.