Added routing

This commit is contained in:
2026-03-25 16:03:52 +01:00
parent 5be67500c6
commit 822e22690b
16 changed files with 113 additions and 68 deletions
@@ -1,3 +0,0 @@
<p>
friends works!
</p>
+3 -8
View File
@@ -1,16 +1,11 @@
import {Component, OnInit} from '@angular/core';
import {Component} from '@angular/core';
@Component({
selector: 'app-social',
templateUrl: './social.component.html',
styleUrls: ['./social.component.scss'],
imports: []
})
export class SocialComponent implements OnInit {
constructor() {
}
ngOnInit() {
}
export class SocialComponent {
}