From d524cd8c58fc30698609437087dd21f5aa165374 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Thu, 18 Mar 2021 09:42:17 +0100 Subject: [PATCH] rename --- .../Guide/NodeViews/ReactComponent/{index.js => Extension.js} | 0 docs/src/demos/Guide/NodeViews/ReactComponent/index.jsx | 2 +- .../Guide/NodeViews/VueComponent/{index.js => Extension.js} | 0 docs/src/demos/Guide/NodeViews/VueComponent/index.vue | 2 +- .../NodeViews/VueComponentContent/{index.js => Extension.js} | 0 docs/src/demos/Guide/NodeViews/VueComponentContent/index.vue | 2 +- 6 files changed, 3 insertions(+), 3 deletions(-) rename docs/src/demos/Guide/NodeViews/ReactComponent/{index.js => Extension.js} (100%) rename docs/src/demos/Guide/NodeViews/VueComponent/{index.js => Extension.js} (100%) rename docs/src/demos/Guide/NodeViews/VueComponentContent/{index.js => Extension.js} (100%) 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 @@