diff --git a/public/bookmark.js b/public/bookmark.js
index de16438..92a94f5 100644
--- a/public/bookmark.js
+++ b/public/bookmark.js
@@ -1,7 +1,7 @@
const BookmarkRouter = {
template: `
-
Gepeicherte Beiträge
+
Gepeicherte Beiträge
+ Neue Nachricht erstellen
+
+
+`,
+ data: function () {
+ },
+ methods: {
+ },
+};
diff --git a/public/files.js b/public/files.js
index d1a9fcb..98e74df 100644
--- a/public/files.js
+++ b/public/files.js
@@ -1,8 +1,15 @@
-Vue.component('Files', {
- data: function() {
- return {
- count: 0
- }
+const FileRouter = {
+ template: `
+
+
Dateiablage
+
+ folder_open
+ Diese Funktion steht noch nicht bereit.
+
+
+`,
+ data: function () {
},
- template: ``
-})
+ methods: {
+ },
+};
diff --git a/public/index.html b/public/index.html
index cd4af1e..84fb892 100644
--- a/public/index.html
+++ b/public/index.html
@@ -66,11 +66,10 @@
-
-
+