diff --git a/docs/src/demos/Guide/NodeViews/ReactComponent/index.js b/docs/src/demos/Guide/NodeViews/ReactComponent/Extension.js similarity index 100% rename from docs/src/demos/Guide/NodeViews/ReactComponent/index.js rename to docs/src/demos/Guide/NodeViews/ReactComponent/Extension.js diff --git a/docs/src/demos/Guide/NodeViews/ReactComponent/index.jsx b/docs/src/demos/Guide/NodeViews/ReactComponent/index.jsx index 905c86d6..69c15fd6 100644 --- a/docs/src/demos/Guide/NodeViews/ReactComponent/index.jsx +++ b/docs/src/demos/Guide/NodeViews/ReactComponent/index.jsx @@ -1,7 +1,7 @@ import React from 'react' import { useEditor, EditorContent } from '@tiptap/react' import { defaultExtensions } from '@tiptap/starter-kit' -import ReactComponent from './index.js' +import ReactComponent from './Extension.js' import './styles.scss' export default () => { diff --git a/docs/src/demos/Guide/NodeViews/VueComponent/index.js b/docs/src/demos/Guide/NodeViews/VueComponent/Extension.js similarity index 100% rename from docs/src/demos/Guide/NodeViews/VueComponent/index.js rename to docs/src/demos/Guide/NodeViews/VueComponent/Extension.js diff --git a/docs/src/demos/Guide/NodeViews/VueComponent/index.vue b/docs/src/demos/Guide/NodeViews/VueComponent/index.vue index 51b8fc0c..5f8f3c8b 100644 --- a/docs/src/demos/Guide/NodeViews/VueComponent/index.vue +++ b/docs/src/demos/Guide/NodeViews/VueComponent/index.vue @@ -5,7 +5,7 @@