From c06745a99ed85b215d0ae48bfb2af7c955f0b016 Mon Sep 17 00:00:00 2001 From: Tyler Schicke Date: Sat, 9 Feb 2019 17:31:30 -0500 Subject: Removed unused starter project files --- src/stores/RootStore.ts | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 src/stores/RootStore.ts (limited to 'src/stores/RootStore.ts') diff --git a/src/stores/RootStore.ts b/src/stores/RootStore.ts deleted file mode 100644 index 847fb6807..000000000 --- a/src/stores/RootStore.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { action, observable } from "mobx"; - -// This globally accessible store might come in handy, although you may decide that you don't need it. -export class RootStore { - - private constructor() { - // initialization code - } - - private static _instance: RootStore; - - public static get Instance(): RootStore { - return this._instance || (this._instance = new this()); - } -} \ No newline at end of file -- cgit v1.2.3-70-g09d2