Skip to content
Snippets Groups Projects
Commit 5f4fac00 authored by Santiago González's avatar Santiago González
Browse files

minor fix

parent 33ea68e1
No related branches found
No related tags found
No related merge requests found
{
"name": "my-app",
"name": "openfing-concept-core",
"version": "0.1.0",
"private": true,
"dependencies": {
......
......
......@@ -7,7 +7,7 @@ configure({ enforceActions: "strict" });
@action
export class Store {
public static INSTANCE: Store;
public static INSTANCE: Store = new Store();
public courseState = new CourseState();
public updateState = new UpdateState();
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment