-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
-
-
{{ status }},
@@ -109,6 +45,7 @@ import * as Y from 'yjs'
import { WebrtcProvider } from 'y-webrtc'
// import { WebsocketProvider } from 'y-websocket'
import { IndexeddbPersistence } from 'y-indexeddb'
+import MenuBar from './MenuBar.vue'
const getRandomElement = list => {
return list[Math.floor(Math.random() * list.length)]
@@ -117,6 +54,7 @@ const getRandomElement = list => {
export default {
components: {
EditorContent,
+ MenuBar,
},
data() {
diff --git a/yarn.lock b/yarn.lock
index 6f6e9932..268312bf 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -12096,6 +12096,11 @@ remark-toc@^7.0.0:
"@types/unist" "^2.0.3"
mdast-util-toc "^5.0.0"
+remixicon@^2.5.0:
+ version "2.5.0"
+ resolved "https://registry.yarnpkg.com/remixicon/-/remixicon-2.5.0.tgz#b5e245894a1550aa23793f95daceadbf96ad1a41"
+ integrity sha512-q54ra2QutYDZpuSnFjmeagmEiN9IMo56/zz5dDNitzKD23oFRw77cWo4TsrAdmdkPiEn8mxlrTqxnkujDbEGww==
+
remove-trailing-separator@^1.0.1:
version "1.1.0"
resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef"