TypeScript cleanup

This commit is contained in:
2018-04-02 07:34:16 +02:00
parent 3f86a970f0
commit 88296da8be
44 changed files with 135 additions and 133 deletions

View File

@ -1,7 +1,7 @@
import { TouchController } from "./TouchController"
import { Diff } from "./Diff"
import TouchController from "./TouchController"
import Diff from "./Diff"
export class SideBar {
export default class SideBar {
element: HTMLElement
touchController: TouchController