Skip to content
Snippets Groups Projects
Commit 91d2f4d1 authored by William Welling's avatar William Welling
Browse files

fixed lint errror

parent fa991521
Branches
Tags
No related merge requests found
......@@ -7,6 +7,6 @@ import { Component, Input } from '@angular/core';
})
export class LoadingComponent {
@Input() message: "Loading...";
@Input() message: 'Loading...';
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment