Skip to content

Commit

Permalink
+ /src/matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
stefian committed Oct 9, 2020
1 parent 0632f7e commit d9ef22f
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 5,858 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ node_modules
/.firebase
/src/gcp.js

/src/matrix

# local env files
.env.local
.env.*.local
Expand Down
8 changes: 4 additions & 4 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -998,10 +998,10 @@ import Post from "./views/Post.vue";
import Report from "./views/Report.vue";
import Steps from "./views/Steps.vue";
import matrixBiz from "./matrixBizDemo";
import matrixDev from "./matrixDevDemo";
import matrixOps from "./matrixOpsDemo";
import matrixEdit from "./matrixEditDemo";
import matrixBiz from "./matrix/demo/biz";
import matrixDev from "./matrix/demo/dev";
import matrixOps from "./matrix/demo/ops";
import matrixEdit from "./matrix/demo/edit";
import Icon from "./util/icon.vue";
import Spreadsheet from "./views/Spreadsheet";
Expand Down
Loading

0 comments on commit d9ef22f

Please sign in to comment.