diff options
author | Ognjen Cirkovic <ciraboxkg@gmail.com> | 2022-03-15 16:35:42 +0100 |
---|---|---|
committer | Ognjen Cirkovic <ciraboxkg@gmail.com> | 2022-03-15 16:35:42 +0100 |
commit | 51885ea3dac9aae7289dbee5258877543e9c89f6 (patch) | |
tree | c0f87145884b5835234b3bb5ba66683deecaf57c /frontend/src/app/_pages/only-authorized/only-authorized.component.ts | |
parent | d08574ea4723718b0c55aaf53ce9d439bd031405 (diff) | |
parent | dd5834672ba1cc54362425462bfebd31959f693a (diff) |
Merge branch 'dev' of http://gitlab.pmf.kg.ac.rs/igrannonica/neuronstellar into dev
Diffstat (limited to 'frontend/src/app/_pages/only-authorized/only-authorized.component.ts')
-rw-r--r-- | frontend/src/app/_pages/only-authorized/only-authorized.component.ts | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/frontend/src/app/_pages/only-authorized/only-authorized.component.ts b/frontend/src/app/_pages/only-authorized/only-authorized.component.ts deleted file mode 100644 index be88365f..00000000 --- a/frontend/src/app/_pages/only-authorized/only-authorized.component.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { Component, OnInit } from '@angular/core'; - -@Component({ - selector: 'app-only-authorized', - templateUrl: './only-authorized.component.html', - styleUrls: ['./only-authorized.component.css'] -}) -export class OnlyAuthorizedComponent implements OnInit { - - constructor() { } - - ngOnInit(): void { - } - -} |