Refactored js file structure to be standard throughout app

Still work to be done but a good start in standardisation.
This commit is contained in:
Dan Brown
2018-04-01 13:21:11 +01:00
parent b612cf9e4c
commit 736d7118b0
13 changed files with 656 additions and 630 deletions

View File

@ -1,5 +1,5 @@
import Clipboard from "clipboard";
import Code from "../libs/code";
import Code from "../services/code";
class PageDisplay {