From 44784cad3cca765489f991a7c6e15f142a887910 Mon Sep 17 00:00:00 2001
From: fspreck <f.spreckelsen@indiscale.com>
Date: Tue, 8 Feb 2022 13:52:56 +0100
Subject: [PATCH] Remove myplugin from index.js

---
 src/index.js | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/src/index.js b/src/index.js
index 6ceb296..3153730 100644
--- a/src/index.js
+++ b/src/index.js
@@ -1,7 +1,10 @@
-import ckeditor from './../theme/icons/ckeditor.svg';
+import displayIcon from '../theme/icons/display.svg';
+import inlineIcon from '../theme/icons/inline.svg';
 
-export { default as MyPlugin } from './myplugin';
+export { MathJaxCodeDelimiters } from './mathjax_code_delimiters';
+// export { CaosDBReferenceLink } from './caosdb_reference_link';
 
 export const icons = {
-	ckeditor
+	displayIcon,
+	inlineIcon
 };
-- 
GitLab