aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/_pages/profile/profile.component.ts
diff options
context:
space:
mode:
authorOgnjen Cirkovic <ciraboxkg@gmail.com>2022-03-15 16:35:42 +0100
committerOgnjen Cirkovic <ciraboxkg@gmail.com>2022-03-15 16:35:42 +0100
commit51885ea3dac9aae7289dbee5258877543e9c89f6 (patch)
treec0f87145884b5835234b3bb5ba66683deecaf57c /frontend/src/app/_pages/profile/profile.component.ts
parentd08574ea4723718b0c55aaf53ce9d439bd031405 (diff)
parentdd5834672ba1cc54362425462bfebd31959f693a (diff)
Merge branch 'dev' of http://gitlab.pmf.kg.ac.rs/igrannonica/neuronstellar into dev
Diffstat (limited to 'frontend/src/app/_pages/profile/profile.component.ts')
-rw-r--r--frontend/src/app/_pages/profile/profile.component.ts15
1 files changed, 15 insertions, 0 deletions
diff --git a/frontend/src/app/_pages/profile/profile.component.ts b/frontend/src/app/_pages/profile/profile.component.ts
new file mode 100644
index 00000000..93040f3e
--- /dev/null
+++ b/frontend/src/app/_pages/profile/profile.component.ts
@@ -0,0 +1,15 @@
+import { Component, OnInit } from '@angular/core';
+
+@Component({
+ selector: 'app-profile',
+ templateUrl: './profile.component.html',
+ styleUrls: ['./profile.component.css']
+})
+export class ProfileComponent implements OnInit {
+
+ constructor() { }
+
+ ngOnInit(): void {
+ }
+
+}