Drop client/next_src/: almost finished now
[vchess.git] / client / next_src / views / Game.vue
diff --git a/client/next_src/views/Game.vue b/client/next_src/views/Game.vue
deleted file mode 100644 (file)
index 2c877b7..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<template>
-  <div class="about">
-    <h1>This is an about page</h1>
-  </div>
-</template>
-       methods: {
-               // Game is over, clear storage and put it in indexedDB
-               archiveGame: function() {
-                       // TODO: ...
-                       //clearStorage();
-               },
-       },